From 633b477b0264ac08a5182e7f38fcfd401d7fdba1 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Mon, 9 Aug 1993 18:52:49 -0700 Subject: [PATCH] Remove some extraneuous garbase output. From-SVN: r5123 --- gcc/gen-protos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/gen-protos.c b/gcc/gen-protos.c index af9468c369f..995659a1a50 100644 --- a/gcc/gen-protos.c +++ b/gcc/gen-protos.c @@ -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++;