From 3c3d9ab3a7a804d2b0460240a4c96362a14c13ed Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 23 Mar 2010 18:26:33 +0100 Subject: remove socket code, it is dead Signed-off-by: Denys Vlasenko --- src/Daemon/Daemon.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/Daemon/Daemon.cpp') diff --git a/src/Daemon/Daemon.cpp b/src/Daemon/Daemon.cpp index 66f1d6e9..143d8b4e 100644 --- a/src/Daemon/Daemon.cpp +++ b/src/Daemon/Daemon.cpp @@ -849,12 +849,8 @@ int main(int argc, char** argv) /* Note: this already may process a few dbus messages, * therefore it should be the last thing to initialize. */ -#if 1 //def ENABLE_DBUS VERB1 log("Initializing dbus"); g_pCommLayer = new CCommLayerServerDBus(); -#elif ENABLE_SOCKET - g_pCommLayer = new CCommLayerServerSocket(); -#endif if (g_pCommLayer->m_init_error) throw 1; } -- cgit