summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CrashWatcher.cpp
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-08-28 13:53:22 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-08-28 13:53:22 +0200
commit7cd21b9ed1a87af2979573b580508651466a67a8 (patch)
tree9027e1e12dcb9962accc64bf1185ed51c197a221 /src/Daemon/CrashWatcher.cpp
parent51c2ed6d130b34f4f2888b2fc99e965f215b20b8 (diff)
downloadabrt-7cd21b9ed1a87af2979573b580508651466a67a8.tar.gz
abrt-7cd21b9ed1a87af2979573b580508651466a67a8.tar.xz
abrt-7cd21b9ed1a87af2979573b580508651466a67a8.zip
remove unused CObserver::Debug method
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon/CrashWatcher.cpp')
-rw-r--r--src/Daemon/CrashWatcher.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Daemon/CrashWatcher.cpp b/src/Daemon/CrashWatcher.cpp
index 06f05ee8..b691795f 100644
--- a/src/Daemon/CrashWatcher.cpp
+++ b/src/Daemon/CrashWatcher.cpp
@@ -39,11 +39,6 @@ void CCrashWatcher::Warning(const std::string& pMessage, uint64_t pJobID)
g_pCommLayer->Warning(pMessage, pJobID);
}
-void CCrashWatcher::Debug(const std::string& pMessage)
-{
- log("Debug: %s", pMessage.c_str());
-}
-
CCrashWatcher::CCrashWatcher()
{
}