summaryrefslogtreecommitdiff
path: root/gdb/buildsym.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-03-12 14:15:19 +0000
committerTom Tromey <tromey@redhat.com>2012-03-12 14:15:19 +0000
commit1827ba892b03be2f1e1836d711cdfe152c2d00b9 (patch)
tree20bb8d4a5e27e5b72873e44421cfb23d4a806ecd /gdb/buildsym.h
parent82a7a1cb1861638e5c70c1229e5b9b3ab949c892 (diff)
downloadgdb-1827ba892b03be2f1e1836d711cdfe152c2d00b9.tar.gz
* buildsym.c (record_pending_block): Now static.
* buildsym.h: (record_pending_block): Remove.
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r--gdb/buildsym.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h
index 4bc6c7f5163..7cd0da09442 100644
--- a/gdb/buildsym.h
+++ b/gdb/buildsym.h
@@ -283,14 +283,6 @@ extern int hashname (const char *name);
extern void free_pending_blocks (void);
-/* FIXME: Note that this is used only in buildsym.c and dstread.c,
- which should be fixed to not need direct access to
- record_pending_block. */
-
-extern void record_pending_block (struct objfile *objfile,
- struct block *block,
- struct pending_block *opblock);
-
/* Record the name of the debug format in the current pending symbol
table. FORMAT must be a string with a lifetime at least as long as
the symtab's objfile. */