From 26904c7faff196b91c1ad50574f725cd1a033094 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 4 Aug 2009 17:28:23 +0200 Subject: remove redundant virtual destructors definitions Signed-off-by: Denys Vlasenko --- lib/Plugins/Python.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Plugins/Python.h') diff --git a/lib/Plugins/Python.h b/lib/Plugins/Python.h index 6eaf1d14..57eefbf9 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) {} -- cgit