diff options
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/target.h b/gdb/target.h index b4557ff..03a7fd8 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -1152,12 +1152,6 @@ struct section_table *target_section_by_addr (struct target_ops *target, CORE_ADDR addr); -/* Builds a section table, given args BFD, SECTABLE_PTR, SECEND_PTR. - Returns 0 if OK, 1 on error. */ - -extern int build_section_table (bfd *, struct section_table **, - struct section_table **); - /* From mem-break.c */ extern int memory_remove_breakpoint (CORE_ADDR, char *); |