From 0026fde273b378156b79df5146d1dbfb2175abd8 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 9 Oct 2009 13:31:45 +0200 Subject: removed JobStarted signal; fixed a small bug in build-id scanning code Signed-off-by: Denys Vlasenko --- src/Daemon/CrashWatcher.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Daemon/CrashWatcher.cpp') diff --git a/src/Daemon/CrashWatcher.cpp b/src/Daemon/CrashWatcher.cpp index 6093646..94fb9d7 100644 --- a/src/Daemon/CrashWatcher.cpp +++ b/src/Daemon/CrashWatcher.cpp @@ -151,8 +151,6 @@ static void* create_report(void* arg) { thread_data_t *thread_data = (thread_data_t *) arg; - g_pCommLayer->JobStarted(thread_data->peer); - /* Client name is per-thread, need to set it */ set_client_name(thread_data->peer); -- cgit