(reduce_print): Don't invoke fflush; it's not needed.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 29 Dec 2002 01:23:02 +0000 (01:23 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 29 Dec 2002 01:23:02 +0000 (01:23 +0000)
src/reduce.c

index 34ca8fd..94df548 100644 (file)
@@ -407,7 +407,6 @@ reduce_print (void)
                               nuseless_productions),
             nuseless_productions);
   fprintf (stderr, "\n");
-  fflush (stderr);
 }
 \f
 void