diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-28 13:53:22 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-28 13:53:22 +0200 |
| commit | 7cd21b9ed1a87af2979573b580508651466a67a8 (patch) | |
| tree | 9027e1e12dcb9962accc64bf1185ed51c197a221 /lib/CommLayer | |
| parent | 51c2ed6d130b34f4f2888b2fc99e965f215b20b8 (diff) | |
| download | abrt-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/CommLayer')
| -rw-r--r-- | lib/CommLayer/Observer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CommLayer/Observer.h b/lib/CommLayer/Observer.h index 928c78a..5c98394 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; }; |
