aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-03-25 13:57:04 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1994-03-25 13:57:04 -0500
commit0e0c5bc168a45afa3473fcccc17b227ef1524db0 (patch)
treebe9f795d386b64fe30cc2b33c4409ca86e3d17b6
parentc386df78f625bed13535a723b06359f5951e143c (diff)
downloadgcc-0e0c5bc168a45afa3473fcccc17b227ef1524db0.zip
gcc-0e0c5bc168a45afa3473fcccc17b227ef1524db0.tar.gz
gcc-0e0c5bc168a45afa3473fcccc17b227ef1524db0.tar.bz2
(convert_arguments): Remove decls of unused variables.
From-SVN: r6874
-rw-r--r--gcc/c-typeck.c2
1 files changed, 0 insertions, 2 deletions
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. */