diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-03-25 13:57:04 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-03-25 13:57:04 -0500 |
commit | 0e0c5bc168a45afa3473fcccc17b227ef1524db0 (patch) | |
tree | be9f795d386b64fe30cc2b33c4409ca86e3d17b6 | |
parent | c386df78f625bed13535a723b06359f5951e143c (diff) | |
download | gcc-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.c | 2 |
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. */ |