From: Richard Kenner Date: Fri, 25 Mar 1994 18:57:04 +0000 (-0500) Subject: (convert_arguments): Remove decls of unused variables. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e0c5bc168a45afa3473fcccc17b227ef1524db0;p=platform%2Fupstream%2Fgcc.git (convert_arguments): Remove decls of unused variables. From-SVN: r6874 --- diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index e8e970b..179c143 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. */