From: Tom Tromey Date: Sun, 6 Sep 2020 21:50:59 +0000 (-0600) Subject: Remove unused declaration from symfile.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3e6ff9336923626f9a0749621f7db7547771ce19;p=binutils-gdb.git Remove unused declaration from symfile.h dwarf2_free_objfile no longer exists, so this patch removes its declaration from symfile.h. gdb/ChangeLog 2020-09-06 Tom Tromey * symfile.h (dwarf2_free_objfile): Don't declare. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index faa3a612547..65fc9550dd3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2020-09-06 Tom Tromey + + * symfile.h (dwarf2_free_objfile): Don't declare. + 2020-09-03 Alok Kumar Sharma * gdb/i386-tdep.c (i386_floatformat_for_type): Added conditions diff --git a/gdb/symfile.h b/gdb/symfile.h index fe79f79a048..756f34c06d3 100644 --- a/gdb/symfile.h +++ b/gdb/symfile.h @@ -637,8 +637,6 @@ extern bool dwarf2_initialize_objfile (struct objfile *objfile, extern void dwarf2_build_psymtabs (struct objfile *); extern void dwarf2_build_frame_info (struct objfile *); -void dwarf2_free_objfile (struct objfile *); - /* From minidebug.c. */ extern gdb_bfd_ref_ptr find_separate_debug_file_in_section (struct objfile *);