make-file: Remove superfluous fflush().
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 30 Jul 2010 05:09:08 +0000 (22:09 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 30 Jul 2010 05:09:08 +0000 (22:09 -0700)
Probably introduced during debugging and accidentally left in.

src/data/make-file.c

index a9e750f95e331ed5db57477bc53673272e2447e6..63792e90b4a960b406493131b63e73b4f2e86cf7 100644 (file)
@@ -228,7 +228,6 @@ unlink_replace_files (void)
       /* We don't free_replace_file(RF) because calling free is unsafe
          from an asynchronous signal handler. */
       unlink (rf->tmp_name);
-      fflush (stdout);
     }
   unblock_fatal_signals ();
 }