diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-04 17:28:23 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-04 17:28:23 +0200 |
commit | 26904c7faff196b91c1ad50574f725cd1a033094 (patch) | |
tree | de6eca67cd3c7f855f6494994bca97209b3c3586 /lib/Plugins/Python.h | |
parent | f1b08b8295fa46c805f223079284dd4330d329c6 (diff) | |
download | abrt-26904c7faff196b91c1ad50574f725cd1a033094.tar.gz abrt-26904c7faff196b91c1ad50574f725cd1a033094.tar.xz abrt-26904c7faff196b91c1ad50574f725cd1a033094.zip |
remove redundant virtual destructors definitions
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Plugins/Python.h')
-rw-r--r-- | lib/Plugins/Python.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Plugins/Python.h b/lib/Plugins/Python.h index 6eaf1d1..57eefbf 100644 --- a/lib/Plugins/Python.h +++ b/lib/Plugins/Python.h @@ -8,7 +8,6 @@ class CAnalyzerPython : public CAnalyzer { public: - virtual ~CAnalyzerPython() {} virtual std::string GetLocalUUID(const std::string& pDebugDumpDir); virtual std::string GetGlobalUUID(const std::string& pDebugDumpDir); virtual void CreateReport(const std::string& pDebugDumpDir) {} |