diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-08 21:38:29 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-08 21:38:29 +0100 |
| commit | f4d20785a4d6571225146fccc5367a4f032a8349 (patch) | |
| tree | c52e6b2442b4923186143d128eec989f31c1225b | |
| parent | 16b7710b6a8548ca9ab58ca94fce60dcc92c1ba2 (diff) | |
| download | abrt-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.h | 3 | ||||
| -rw-r--r-- | lib/Utils/make_descr.cpp | 1 |
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 */ |
