summaryrefslogtreecommitdiffstats
path: root/src/Daemon/Daemon.cpp
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-08-26 14:23:11 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-08-26 14:23:11 +0200
commitde7e5c9866603aed5f7b9c3ba6986a7ff1d37028 (patch)
treeef04c1c492e59b7d9c91392761d5a725af4bb632 /src/Daemon/Daemon.cpp
parentfcd811fdd17adb171478957e31401598dedce166 (diff)
downloadabrt-de7e5c9866603aed5f7b9c3ba6986a7ff1d37028.tar.gz
abrt-de7e5c9866603aed5f7b9c3ba6986a7ff1d37028.tar.xz
abrt-de7e5c9866603aed5f7b9c3ba6986a7ff1d37028.zip
further simplify CObserver, CCommLayerServer, and CCrashWatcher classes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon/Daemon.cpp')
-rw-r--r--src/Daemon/Daemon.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Daemon/Daemon.cpp b/src/Daemon/Daemon.cpp
index 53b865c..58970b0 100644
--- a/src/Daemon/Daemon.cpp
+++ b/src/Daemon/Daemon.cpp
@@ -597,7 +597,6 @@ int main(int argc, char** argv)
#elif ENABLE_SOCKET
g_pCommLayer = new CCommLayerServerSocket();
#endif
- g_pCommLayer->Attach(&watcher);
/* (comment here) */
pGio = g_io_channel_unix_new(inotify_fd);
g_io_add_watch(pGio, G_IO_IN, handle_event_cb, NULL);