]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove some extraneuous garbase output.
authorPer Bothner <bothner@gcc.gnu.org>
Tue, 10 Aug 1993 01:52:49 +0000 (18:52 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Tue, 10 Aug 1993 01:52:49 +0000 (18:52 -0700)
From-SVN: r5123

gcc/gen-protos.c

index af9468c369f327c8a3d01027405daf06103f9749..995659a1a508fde91b94c753ba54ab049fb05572 100644 (file)
@@ -122,7 +122,7 @@ main (argc, argv)
        }
       hash_tab[i] = next_index;
 
-      fprintf (outf, "  {\"%s\", \"%s\", \"%s\" }, /* ix: %d, i0: %d */\n",
+      fprintf (outf, "  {\"%s\", \"%s\", \"%s\" },\n",
               name_start, decl_start, param_start, i, i0);
 
       next_index++;