public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Remove obsolete declaration
@ 2020-05-22 19:36 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2020-05-22 19:36 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9392ebb3bbe4a43726ee8939c5447d88c7d3c1e4

commit 9392ebb3bbe4a43726ee8939c5447d88c7d3c1e4
Author: Tom Tromey <tromey@adacore.com>
Date:   Fri May 22 13:34:14 2020 -0600

    Remove obsolete declaration
    
    Commit c9e0a7e3331 ("Remove munmap_listp_free_cleanup") removed
    munmap_listp_free, but missed a declaration.  This patch removes that
    as well.
    
    gdb/ChangeLog
    2020-05-22  Tom Tromey  <tromey@adacore.com>
    
            * compile/compile-object-load.h (munmap_list_free): Don't
            declare.

Diff:
---
 gdb/ChangeLog                     | 5 +++++
 gdb/compile/compile-object-load.h | 1 -
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 31550d23b14..4662ff34923 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2020-05-22  Tom Tromey  <tromey@adacore.com>
+
+	* compile/compile-object-load.h (munmap_list_free): Don't
+	declare.
+
 2020-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
 
 	* annotate.c (annotate_source_line): Update return type, add call
diff --git a/gdb/compile/compile-object-load.h b/gdb/compile/compile-object-load.h
index 2e9dd2a67dc..c4adc719141 100644
--- a/gdb/compile/compile-object-load.h
+++ b/gdb/compile/compile-object-load.h
@@ -80,6 +80,5 @@ struct compile_module
 extern struct compile_module *compile_object_load
   (const compile_file_names &fnames,
    enum compile_i_scope_types scope, void *scope_data);
-extern void munmap_list_free (struct munmap_list *head);
 
 #endif /* COMPILE_COMPILE_OBJECT_LOAD_H */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-22 19:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-22 19:36 [binutils-gdb] Remove obsolete declaration Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).