summaryrefslogtreecommitdiffstats
path: root/inc
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 /inc
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>
Diffstat (limited to 'inc')
-rw-r--r--inc/CrashTypes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/inc/CrashTypes.h b/inc/CrashTypes.h
index b14413d5..af106cff 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"