From: Ian Jackson Date: Wed, 12 May 2010 23:21:04 +0000 (+0100) Subject: remove false assertion X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=inn-innduct.git;a=commitdiff_plain;h=6bfa7574f2bb27dbe51965c3a73561fdd1dcab28;ds=sidebyside remove false assertion --- diff --git a/backends/innduct.c b/backends/innduct.c index fc46fd3..5caddb5 100644 --- a/backends/innduct.c +++ b/backends/innduct.c @@ -2809,7 +2809,8 @@ static void statemc_check_flushing_done(void) { static void *statemc_check_input_done(oop_source *lp, struct timeval now, void *u) { - assert(!inputfile_is_done(main_input_file)); + /* main input file may be idle but if so that's because + * we haven't got to it yet, but that doesn't mean it's really done */ statemc_check_flushing_done(); statemc_check_backlog_done(); return OOP_CONTINUE;