summaryrefslogtreecommitdiffstats
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/CommLayer/Observer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CommLayer/Observer.h b/lib/CommLayer/Observer.h
index 928c78a3..5c983949 100644
--- a/lib/CommLayer/Observer.h
+++ b/lib/CommLayer/Observer.h
@@ -10,7 +10,6 @@ class CObserver {
public:
virtual ~CObserver() {}
virtual void Status(const std::string& pMessage, uint64_t pDest=0) = 0;
- virtual void Debug(const std::string& pMessage) = 0;
virtual void Warning(const std::string& pMessage, uint64_t pDest=0) = 0;
};