aboutsummaryrefslogtreecommitdiff
path: root/gcc/gen-protos.c
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1994-02-15 00:18:27 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1994-02-15 00:18:27 +0000
commit795a25e1bce4f91bfc5a343bd2f5eee4b9be0ef2 (patch)
treeaac5c9e01a7ec6617916e6cecca92a1fd5958e1b /gcc/gen-protos.c
parent62533fe85e69c8b0d651ba7bf8b2933db2e3f288 (diff)
(main): Remove unused args in call to fprintf.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6556 138bc75d-0d04-0410-961f-82ee72b054a4
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 b4aa191612f..094ce2a4fca 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++;