diff options
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r-- | gdb/buildsym.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h index 25fe9b14d37..c23046224a3 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -276,12 +276,6 @@ extern int hashname (char *name); extern void free_pending_blocks (void); -/* OBSOLETE FIXME: Note that this is used only in buildsym.c and dstread.c, */ -/* OBSOLETE which should be fixed to not need direct access to */ -/* OBSOLETE make_blockvector. */ - -/* OBSOLETE extern struct blockvector *make_blockvector (struct objfile *objfile); */ - /* 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. */ |