aboutsummaryrefslogtreecommitdiff
path: root/gcc/gen-protos.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-02-14 19:18:27 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1994-02-14 19:18:27 -0500
commit1e83f71a41ff410d1188b177d6df328997b5cb1a (patch)
treeaac5c9e01a7ec6617916e6cecca92a1fd5958e1b /gcc/gen-protos.c
parentda2c9ff982aeb25e83e3380604d1b1b1402f0890 (diff)
downloadgcc-1e83f71a41ff410d1188b177d6df328997b5cb1a.zip
gcc-1e83f71a41ff410d1188b177d6df328997b5cb1a.tar.gz
gcc-1e83f71a41ff410d1188b177d6df328997b5cb1a.tar.bz2
(main): Remove unused args in call to fprintf.
From-SVN: r6556
Diffstat (limited to 'gcc/gen-protos.c')
-rw-r--r--gcc/gen-protos.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gen-protos.c b/gcc/gen-protos.c
index b4aa191..094ce2a 100644
--- a/gcc/gen-protos.c
+++ b/gcc/gen-protos.c
@@ -1,5 +1,5 @@
/* gen-protos.c - massages a list of prototypes, for use by fixproto.
- Copyright (C) 1993 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1994 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
@@ -135,7 +135,7 @@ main (argc, argv)
hash_tab[i] = next_index;
fprintf (outf, " {\"%s\", \"%s\", \"%s\" },\n",
- name_start, decl_start, param_start, i, i0);
+ name_start, decl_start, param_start);
next_index++;