summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CommLayerServerSocket.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-08 01:50:15 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-08 01:50:15 +0200
commit18b37184fad31d40a9344f9f5e22f7675c909d65 (patch)
treecba239699ee40103f570b283b791cf715e8f24dc /src/Daemon/CommLayerServerSocket.h
parent5904b5a5f5ab7ec97f822d10a770b542ce384256 (diff)
downloadabrt-18b37184fad31d40a9344f9f5e22f7675c909d65.tar.gz
abrt-18b37184fad31d40a9344f9f5e22f7675c909d65.tar.xz
abrt-18b37184fad31d40a9344f9f5e22f7675c909d65.zip
abrtd: remove unused AnalyzeComplete dbus signal
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon/CommLayerServerSocket.h')
-rw-r--r--src/Daemon/CommLayerServerSocket.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Daemon/CommLayerServerSocket.h b/src/Daemon/CommLayerServerSocket.h
index bf5b2ff2..3fae1871 100644
--- a/src/Daemon/CommLayerServerSocket.h
+++ b/src/Daemon/CommLayerServerSocket.h
@@ -31,7 +31,6 @@ class CCommLayerServerSocket : public CCommLayerServer
virtual bool DeleteDebugDump(const std::string& pUUID, const std::string& pSender);
virtual void Crash(const std::string& arg1);
- virtual void AnalyzeComplete(const map_crash_report_t& arg1);
virtual void Error(const std::string& arg1);
virtual void JobStarted(const char* pDest, uint64_t pJobID) {};
};