Changeset: cac592dac0d3 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cac592dac0d3 Modified Files: clients/mapiclient/eventparser.c Branch: default Log Message:
Remove (badly) commented code diffs (14 lines): diff --git a/clients/mapiclient/eventparser.c b/clients/mapiclient/eventparser.c --- a/clients/mapiclient/eventparser.c +++ b/clients/mapiclient/eventparser.c @@ -175,9 +175,7 @@ int keyvalueparser(char *txt, EventRecord *ev) { char *c, *s, *key, *val; - //struct tm stm; - - c= txt; + c = txt; if( strstr(c,"\"argument\":") || strstr(c,"\"result\":")) return parseArgument(txt,ev); _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list