summaryrefslogtreecommitdiffstats
path: root/src/cli
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli')
-rw-r--r--src/cli/report.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cli/report.c b/src/cli/report.c
index f2c23804..2e2bd002 100644
--- a/src/cli/report.c
+++ b/src/cli/report.c
@@ -717,7 +717,6 @@ int report(const char *dump_dir_name, int flags)
}
/* Get possible reporters associated with this particular crash */
- /* TODO: npajkovs: remove this annoying c++ vector_string_t */
GList *report_events = NULL;
if (report_events_as_lines && *report_events_as_lines)
report_events = str_to_glist(report_events_as_lines, '\n');