Skip to content

Commit 1155068

Browse files
committed
Remove unneeded FIXME
1 parent 5f1eaad commit 1155068

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

auparse/auparse.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -612,9 +612,6 @@ static void consume_feed(auparse_state_t *au, int flush)
612612
}
613613
}
614614
if (flush) {
615-
// FIXME: might need a call here to force auparse_next_event()
616-
// to consume any partial data not fully consumed.
617-
618615
/* Terminate all outstanding events, as we are at end of input
619616
* (ie mark BUILDING events as COMPLETE events) then if we
620617
* have a callback execute the callback on each event

0 commit comments

Comments
 (0)