From 3e6ff9336923626f9a0749621f7db7547771ce19 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 6 Sep 2020 15:50:59 -0600 Subject: [PATCH] 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. --- gdb/ChangeLog | 4 ++++ gdb/symfile.h | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) 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 *); -- 2.30.2