From 66fdda782198bd1c7b1c110d1337cd30a31206d9 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 3 Nov 2010 13:33:53 +0100 Subject: switch "analyze" step processing to abrt_event.conf-driven way 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 ebb1ec6f..c862ad45 100644 --- a/lib/plugins/Python.h +++ b/lib/plugins/Python.h @@ -27,7 +27,6 @@ class CAnalyzerPython : public CAnalyzer { public: virtual std::string GetGlobalUUID(const char *pDebugDumpDir); - virtual void CreateReport(const char *pDebugDumpDir, int force) {} virtual void Init(); virtual void DeInit(); }; -- cgit