summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Python.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Plugins/Python.h')
-rw-r--r--lib/Plugins/Python.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/Plugins/Python.h b/lib/Plugins/Python.h
index 62a43222..6eaf1d14 100644
--- a/lib/Plugins/Python.h
+++ b/lib/Plugins/Python.h
@@ -17,15 +17,4 @@ class CAnalyzerPython : public CAnalyzer
virtual std::string CreateHash(const std::string& pInput);
};
-
-PLUGIN_INFO(ANALYZER,
- CAnalyzerPython,
- "Python",
- "0.0.1",
- "Simple Python analyzer plugin.",
- "zprikryl@redhat.com, jmoskovc@redhat.com",
- "https://fedorahosted.org/abrt/wiki",
- "");
-
-
#endif /* PYTHON_H_ */