From 6bfa7574f2bb27dbe51965c3a73561fdd1dcab28 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 13 May 2010 00:21:04 +0100 Subject: [PATCH 1/1] remove false assertion --- backends/innduct.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.30.2