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 \
component.cpp \
component.h \
condvar.cpp \
condvar.h \
configcollection.cpp \
configcollection.h \
confighive.cpp \
@ -27,12 +25,8 @@ libbase_la_SOURCES = \
fifo.cpp \
fifo.h \
i2-base.h \
lock.cpp \
lock.h \
memory.cpp \
memory.h \
mutex.cpp \
mutex.h \
object.cpp \
object.h \
socket.cpp \
@ -43,8 +37,6 @@ libbase_la_SOURCES = \
tcpserver.h \
tcpsocket.cpp \
tcpsocket.h \
thread.cpp \
thread.h \
timer.cpp \
timer.h \
tlsclient.cpp \

View File

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