aboutsummaryrefslogtreecommitdiff
path: root/gdb/dstread.c
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-04-20 15:39:20 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-04-20 15:39:20 +0000
commitd7a96d677181e9c478729900b6246677a8a43c1d (patch)
tree6e1e2431c3780fe0dc9a4cb235c3b46f05267eed /gdb/dstread.c
parent72b8ca5197586554745587302c8af63a6309de1a (diff)
downloadgdb-d7a96d677181e9c478729900b6246677a8a43c1d.zip
gdb-d7a96d677181e9c478729900b6246677a8a43c1d.tar.gz
gdb-d7a96d677181e9c478729900b6246677a8a43c1d.tar.bz2
* dstread.c, coffread.c: Don't define pending_blocks; buildsym.c
takes care of it.
Diffstat (limited to 'gdb/dstread.c')
-rw-r--r--gdb/dstread.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/dstread.c b/gdb/dstread.c
index ad8806b..378ed8e 100644
--- a/gdb/dstread.c
+++ b/gdb/dstread.c
@@ -51,8 +51,6 @@ static int prev_line_number;
static int line_vector_length;
-struct pending_block *pending_blocks;
-
static struct blockvector *
make_blockvector PARAMS ((struct objfile *));