summaryrefslogtreecommitdiffstats
path: root/gcc/sdbout.c
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1994-03-25 19:19:11 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1994-03-25 19:19:11 +0000
commit6fc971d919b31cce0049a80f2a9f98d557dd7f32 (patch)
tree344583fcf9fa5c9d6d2c45983034c1d914c78afe /gcc/sdbout.c
parent4b925d97768648df4784c15355b4169a738976d8 (diff)
downloadppe42-gcc-6fc971d919b31cce0049a80f2a9f98d557dd7f32.tar.gz
ppe42-gcc-6fc971d919b31cce0049a80f2a9f98d557dd7f32.zip
(sdbout_symbol): Remove decl of unused variable LETTER.
(sdbout_type): Remove decl of unused variable TEM. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6894 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sdbout.c')
-rw-r--r--gcc/sdbout.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/sdbout.c b/gcc/sdbout.c
index 04578e5298e..e1a8bdc7e96 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));
OpenPOWER on IntegriCloud