Removed unused classes from the build scripts.

This commit is contained in:
Gunnar Beutner 2012-05-18 22:14:32 +02:00
parent c3cc247be0
commit 62c8b700db
10 changed files with 0 additions and 12 deletions

View File

@ -9,8 +9,6 @@ libbase_la_SOURCES = \
application.h \ application.h \
component.cpp \ component.cpp \
component.h \ component.h \
condvar.cpp \
condvar.h \
configcollection.cpp \ configcollection.cpp \
configcollection.h \ configcollection.h \
confighive.cpp \ confighive.cpp \
@ -27,12 +25,8 @@ libbase_la_SOURCES = \
fifo.cpp \ fifo.cpp \
fifo.h \ fifo.h \
i2-base.h \ i2-base.h \
lock.cpp \
lock.h \
memory.cpp \ memory.cpp \
memory.h \ memory.h \
mutex.cpp \
mutex.h \
object.cpp \ object.cpp \
object.h \ object.h \
socket.cpp \ socket.cpp \
@ -43,8 +37,6 @@ libbase_la_SOURCES = \
tcpserver.h \ tcpserver.h \
tcpsocket.cpp \ tcpsocket.cpp \
tcpsocket.h \ tcpsocket.h \
thread.cpp \
thread.h \
timer.cpp \ timer.cpp \
timer.h \ timer.h \
tlsclient.cpp \ tlsclient.cpp \

View File

@ -95,10 +95,6 @@ using namespace std::tr1::placeholders;
# define I2_BASE_API I2_IMPORT # define I2_BASE_API I2_IMPORT
#endif /* I2_BASE_BUILD */ #endif /* I2_BASE_BUILD */
#include "mutex.h"
#include "lock.h"
#include "condvar.h"
#include "thread.h"
#include "utility.h" #include "utility.h"
#include "object.h" #include "object.h"
#include "exception.h" #include "exception.h"