summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Logger.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Plugins/Logger.h')
-rw-r--r--lib/Plugins/Logger.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/Plugins/Logger.h b/lib/Plugins/Logger.h
index 07e7576d..5200f0ec 100644
--- a/lib/Plugins/Logger.h
+++ b/lib/Plugins/Logger.h
@@ -39,14 +39,4 @@ class CLogger : public CReporter
virtual void Report(const map_crash_report_t& pCrashReport, const std::string& pArgs);
};
-
-PLUGIN_INFO(REPORTER,
- CLogger,
- "Logger",
- "0.0.1",
- "Write a report to a specific file",
- "zprikryl@redhat.com",
- "https://fedorahosted.org/abrt/wiki",
- PLUGINS_LIB_DIR"/Logger.GTKBuilder");
-
#endif /* LOGGER_H_ */