diff options
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r-- | gdb/symfile.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h index a22ee04..0bf40c1 100644 --- a/gdb/symfile.h +++ b/gdb/symfile.h @@ -458,8 +458,6 @@ enum symfile_add_flags SYMFILE_NO_READ = 1 << 4 }; -extern void new_symfile_objfile (struct objfile *, int); - extern struct objfile *symbol_file_add (const char *, int, struct section_addr_info *, int); |