summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-02-08 21:38:29 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-02-08 21:38:29 +0100
commitf4d20785a4d6571225146fccc5367a4f032a8349 (patch)
treec52e6b2442b4923186143d128eec989f31c1225b
parent16b7710b6a8548ca9ab58ca94fce60dcc92c1ba2 (diff)
downloadabrt-f4d20785a4d6571225146fccc5367a4f032a8349.tar.gz
abrt-f4d20785a4d6571225146fccc5367a4f032a8349.tar.xz
abrt-f4d20785a4d6571225146fccc5367a4f032a8349.zip
remove FILENAME_UUID
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--inc/CrashTypes.h3
-rw-r--r--lib/Utils/make_descr.cpp1
2 files changed, 0 insertions, 4 deletions
diff --git a/inc/CrashTypes.h b/inc/CrashTypes.h
index b14413d..af106cf 100644
--- a/inc/CrashTypes.h
+++ b/inc/CrashTypes.h
@@ -26,9 +26,6 @@
#define FILENAME_KERNEL "kernel"
#define FILENAME_TIME "time"
#define FILENAME_UID "uid"
-// uuid _file_ exists for Python analyzer only - remove, follow ccpp's example?
-// (ccpp keeps uuid in DB)
-#define FILENAME_UUID "uuid"
#define FILENAME_PACKAGE "package"
#define FILENAME_COMPONENT "component"
#define FILENAME_DESCRIPTION "description"
diff --git a/lib/Utils/make_descr.cpp b/lib/Utils/make_descr.cpp
index c2821a5..6a1deda 100644
--- a/lib/Utils/make_descr.cpp
+++ b/lib/Utils/make_descr.cpp
@@ -71,7 +71,6 @@ static void add_content(bool &was_multiline, string& description, const char *he
static const char *const blacklisted_items_bz[] = {
FILENAME_TIME ,
FILENAME_UID ,
- FILENAME_UUID ,
FILENAME_ANALYZER ,
FILENAME_COREDUMP ,
FILENAME_DESCRIPTION, /* package description - basically useless */