Remove obsolete declaration
authorTom Tromey <tromey@adacore.com>
Fri, 22 May 2020 19:34:14 +0000 (13:34 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 22 May 2020 19:35:13 +0000 (13:35 -0600)
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.

gdb/ChangeLog
gdb/compile/compile-object-load.h

index 31550d23b14f5b4a2b4026768de571236bd69634..4662ff34923e2cd2f9079f389acac42dce3f22fc 100644 (file)
@@ -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
index 2e9dd2a67dc5e50240ed7388be90d0894991180a..c4adc7191413e972501747923a99b48dfddebc01 100644 (file)
@@ -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 */