summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-03-25 16:02:21 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-03-25 16:02:21 +0100
commit56ea4f65a792a6d4ebaeab34d6a0c1d9c8d13082 (patch)
tree49f013fb75aa71aeb0c9bcd7133f389ec40b98c7 /doc
parent6f7c8a224629d298a4663cea2f02d6f1e5932f1f (diff)
downloadabrt-56ea4f65a792a6d4ebaeab34d6a0c1d9c8d13082.tar.gz
abrt-56ea4f65a792a6d4ebaeab34d6a0c1d9c8d13082.tar.xz
abrt-56ea4f65a792a6d4ebaeab34d6a0c1d9c8d13082.zip
remove FILENAME_INFORMALL and tighten up some loose ends
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO_crash_dump_fields1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/TODO_crash_dump_fields b/doc/TODO_crash_dump_fields
index 39ae3b8c..990520d9 100644
--- a/doc/TODO_crash_dump_fields
+++ b/doc/TODO_crash_dump_fields
@@ -59,7 +59,6 @@ for (each crash_data element)
{
if (strcmp(short_name, FILENAME_COUNT) == 0) goto next;
if (strcmp(short_name, CD_DUMPDIR) == 0) goto next;
- if (strcmp(short_name, FILENAME_INFORMALL) == 0) goto next;
if (strcmp(short_name, FILENAME_MESSAGE) == 0) goto next; // plugin's status message (if we already reported it yesterday)
...
}