diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-06-18 10:21:21 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-06-18 10:21:21 (GMT) |
commit | 7af8a078c57d94ff63eb81f26de2f55eca6b5c00 (patch) | |
tree | 6da747b7909de1069ad38f7706eae27afc7b3e70 /Swiften/SConscript | |
parent | 774c195afa103a577421541b821be05defa26a84 (diff) | |
download | swift-7af8a078c57d94ff63eb81f26de2f55eca6b5c00.zip swift-7af8a078c57d94ff63eb81f26de2f55eca6b5c00.tar.bz2 |
Moving unused server code out of Swiften into Limber.
Diffstat (limited to 'Swiften/SConscript')
-rw-r--r-- | Swiften/SConscript | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Swiften/SConscript b/Swiften/SConscript index 110f202..30fd9b6 100644 --- a/Swiften/SConscript +++ b/Swiften/SConscript @@ -153,11 +153,6 @@ if env["SCONS_STAGE"] == "build" : "Serializer/XML/XMLElement.cpp", "Serializer/XML/XMLNode.cpp", "Serializer/XMPPSerializer.cpp", - "Server/ServerFromClientSession.cpp", - "Server/ServerSession.cpp", - "Server/ServerStanzaRouter.cpp", - "Server/SimpleUserRegistry.cpp", - "Server/UserRegistry.cpp", "Session/Session.cpp", "Session/SessionStream.cpp", "Session/BasicSessionStream.cpp", |