From 0e0c5bc168a45afa3473fcccc17b227ef1524db0 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 25 Mar 1994 13:57:04 -0500 Subject: [PATCH] (convert_arguments): Remove decls of unused variables. From-SVN: r6874 --- gcc/c-typeck.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index e8e970b4236..179c1439a10 100644 --- a/gcc/c-typeck.c +++ b/gcc/c-typeck.c @@ -1567,8 +1567,6 @@ convert_arguments (typelist, values, name, fundecl) } else { - tree parmname; - tree type0 = type; #ifdef PROMOTE_PROTOTYPES /* Rather than truncating and then reextending, convert directly to int, if that's the type we will want. */ -- 2.30.2