From 13a19b78ba45353f9a6a59c8dbb02336c339db35 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 20 Apr 2011 13:55:19 +0200 Subject: daemon: simplify parsing of settings; remove remaining c++isms in daemon This change will not compile, because in C++, void* cannot be automatically cast to char*. Next change renames Settings.cpp to *.c and fixes this. Signed-off-by: Denys Vlasenko --- src/cli/report.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cli') 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'); -- cgit