From: Richard Kenner Date: Fri, 25 Mar 1994 19:19:11 +0000 (-0500) Subject: (sdbout_symbol): Remove decl of unused variable LETTER. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e35c06f577108cf35dddfebee5beab646b6a0419;p=platform%2Fupstream%2Fgcc.git (sdbout_symbol): Remove decl of unused variable LETTER. (sdbout_type): Remove decl of unused variable TEM. From-SVN: r6894 --- diff --git a/gcc/sdbout.c b/gcc/sdbout.c index 04578e5..e1a8bdc 100644 --- a/gcc/sdbout.c +++ b/gcc/sdbout.c @@ -1,5 +1,5 @@ /* Output sdb-format symbol table information from GNU compiler. - Copyright (C) 1988, 1992, 1993 Free Software Foundation, Inc. + Copyright (C) 1988, 1992, 1993, 1994 Free Software Foundation, Inc. This file is part of GNU CC. @@ -647,7 +647,6 @@ sdbout_symbol (decl, local) tree decl; int local; { - int letter = 0; tree type = TREE_TYPE (decl); tree context = NULL_TREE; rtx value; @@ -972,7 +971,6 @@ static void sdbout_type (type) tree type; { - register tree tem; if (type == error_mark_node) type = integer_type_node; PUT_SDB_TYPE (plain_type (type));