From a8f39ad24b77926929fe6780dfeba44ac0558a92 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 3 Nov 2010 18:07:56 +0100 Subject: abrtd: convert reporting step to run_action, part 1 (main) There are a few things which are missing in this commit: for example, the list of possible reporting "paths" is not extracted from abrt_event.conf yet. Part 2 will deal with it. Tested: reporting thru bugzilla and thru logger. Signed-off-by: Denys Vlasenko --- lib/plugins/Python.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/plugins/Python.h') diff --git a/lib/plugins/Python.h b/lib/plugins/Python.h index c862ad45..3f01d2c6 100644 --- a/lib/plugins/Python.h +++ b/lib/plugins/Python.h @@ -25,10 +25,6 @@ class CAnalyzerPython : public CAnalyzer { - public: - virtual std::string GetGlobalUUID(const char *pDebugDumpDir); - virtual void Init(); - virtual void DeInit(); }; #endif /* PYTHON_H_ */ -- cgit