(main): Remove unused args in call to fprintf.

From-SVN: r6556
This commit is contained in:
Richard Kenner 1994-02-14 19:18:27 -05:00
parent da2c9ff982
commit 1e83f71a41
1 changed files with 2 additions and 2 deletions

View File

@ -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++;