]> git.saurik.com Git - bison.git/blobdiff - src/print_graph.c
* src/conflicts.c (flush_shift): Also adjust lookaheadset.
[bison.git] / src / print_graph.c
index 5045ed0fec218ba671c83e7daa59e9b13c018cff..d187480ce0ce6e6aa6601b272e44ed1477b0036b 100644 (file)
@@ -207,9 +207,6 @@ print_graph (void)
 {
   int i;
 
-  if (!graph_flag)
-    return;
-
   /* Output file.  */
   fgraph = xfopen (spec_graph_file, "w");