From de7e5c9866603aed5f7b9c3ba6986a7ff1d37028 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 26 Aug 2009 14:23:11 +0200 Subject: further simplify CObserver, CCommLayerServer, and CCrashWatcher classes Signed-off-by: Denys Vlasenko --- src/Daemon/Daemon.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Daemon/Daemon.cpp') 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); -- cgit