summaryrefslogtreecommitdiffstats
path: root/src/Daemon/Daemon.cpp
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-03-23 18:26:33 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-03-23 18:26:33 +0100
commit3c3d9ab3a7a804d2b0460240a4c96362a14c13ed (patch)
treebd84dd3b21b1e1e50cdcdc7dd250400c3fd45427 /src/Daemon/Daemon.cpp
parent13997243816d57f77d7a3e36a26dad784e45d5f9 (diff)
downloadabrt-3c3d9ab3a7a804d2b0460240a4c96362a14c13ed.tar.gz
abrt-3c3d9ab3a7a804d2b0460240a4c96362a14c13ed.tar.xz
abrt-3c3d9ab3a7a804d2b0460240a4c96362a14c13ed.zip
remove socket code, it is dead
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon/Daemon.cpp')
-rw-r--r--src/Daemon/Daemon.cpp4
1 files changed, 0 insertions, 4 deletions
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;
}