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. */