From 795a25e1bce4f91bfc5a343bd2f5eee4b9be0ef2 Mon Sep 17 00:00:00 2001 From: kenner Date: Tue, 15 Feb 1994 00:18:27 +0000 Subject: (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 --- gcc/gen-protos.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/gen-protos.c') 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++; -- cgit v1.2.3