]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove unused declaration from symfile.h
authorTom Tromey <tom@tromey.com>
Sun, 6 Sep 2020 21:50:59 +0000 (15:50 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 6 Sep 2020 22:13:32 +0000 (16:13 -0600)
dwarf2_free_objfile no longer exists, so this patch removes its
declaration from symfile.h.

gdb/ChangeLog
2020-09-06  Tom Tromey  <tom@tromey.com>

* symfile.h (dwarf2_free_objfile): Don't declare.

gdb/ChangeLog
gdb/symfile.h

index faa3a6125475764b5f2b13d5833a673cda49dc9f..65fc9550dd3e03ebbedb9d77761b8ee0f554bee7 100644 (file)
@@ -1,3 +1,7 @@
+2020-09-06  Tom Tromey  <tom@tromey.com>
+
+       * symfile.h (dwarf2_free_objfile): Don't declare.
+
 2020-09-03  Alok Kumar Sharma  <AlokKumar.Sharma@amd.com>
 
        * gdb/i386-tdep.c (i386_floatformat_for_type): Added conditions
index fe79f79a04829e012b2970e65e2e94a646c12df2..756f34c06d364da86c64e9a8c7d837ae63efd8be 100644 (file)
@@ -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 *);