diff options
author | John Gilmore <gnu@cygnus> | 1992-02-22 09:16:11 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-02-22 09:16:11 +0000 |
commit | 93fe4e330ebd39ea1b061383fe3521deb961e93a (patch) | |
tree | e013730c3e1e8aea07ae92cc94940869a0043fb3 /gdb/dwarfread.c | |
parent | 30875e1c4b96ec9966901d7ec4e50446394d1273 (diff) | |
download | gdb-93fe4e330ebd39ea1b061383fe3521deb961e93a.zip gdb-93fe4e330ebd39ea1b061383fe3521deb961e93a.tar.gz gdb-93fe4e330ebd39ea1b061383fe3521deb961e93a.tar.bz2 |
Saberlint.
* symmisc.c, xcoffread.c: Move debug functions to symmisc.c.
Diffstat (limited to 'gdb/dwarfread.c')
-rw-r--r-- | gdb/dwarfread.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/dwarfread.c b/gdb/dwarfread.c index 399ff47..0f0a8bd 100644 --- a/gdb/dwarfread.c +++ b/gdb/dwarfread.c @@ -1160,9 +1160,6 @@ read_tag_pointer_type (dip) { struct type *type; struct type *utype; - char *sub; - char *subend; - short temp; type = decode_die_type (dip); if ((utype = lookup_utype (dip -> dieref)) == NULL) |