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 /inc | |
| 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>
Diffstat (limited to 'inc')
| -rw-r--r-- | inc/CrashTypes.h | 3 |
1 files changed, 0 insertions, 3 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" |
