From c781b46915c73f8f7b12efddd0357930eb1df8bb Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 19 Jan 2010 18:08:01 +0100 Subject: move all FILENAME_xxx defines to inc/CrashTypes.h Signed-off-by: Denys Vlasenko --- lib/Plugins/Kerneloops.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/Plugins/Kerneloops.cpp') diff --git a/lib/Plugins/Kerneloops.cpp b/lib/Plugins/Kerneloops.cpp index 2e28cf4a..bcb7a723 100644 --- a/lib/Plugins/Kerneloops.cpp +++ b/lib/Plugins/Kerneloops.cpp @@ -30,8 +30,6 @@ #include "ABRTException.h" #include "CommLayerInner.h" -#define FILENAME_KERNELOOPS "kerneloops" - std::string CAnalyzerKerneloops::GetLocalUUID(const char *pDebugDumpDir) { log(_("Getting local universal unique identification")); -- cgit