diff options
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index 37a57c8..1e7733b 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -2506,14 +2506,6 @@ allocate_symtab (char *filename, struct objfile *objfile) symtab->next = objfile->symtabs; objfile->symtabs = symtab; - /* FIXME: This should go away. It is only defined for the Z8000, - and the Z8000 definition of this macro doesn't have anything to - do with the now-nonexistent EXTRA_SYMTAB_INFO macro, it's just - here for convenience. */ -#ifdef INIT_EXTRA_SYMTAB_INFO - INIT_EXTRA_SYMTAB_INFO (symtab); -#endif - return (symtab); } |