chiark / gitweb /
remove false assertion
authorIan Jackson <ian@chiark.greenend.org.uk>
Wed, 12 May 2010 23:21:04 +0000 (00:21 +0100)
committerIan Jackson <ian@chiark.greenend.org.uk>
Wed, 12 May 2010 23:21:04 +0000 (00:21 +0100)
backends/innduct.c

index fc46fd3669ccb7b9f7c091f4c059d680b2b427f6..5caddb5dba0dd69e4fe2366fe1d3c7da7f427d7a 100644 (file)
@@ -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;