diff options
author | Tom Tromey <tromey@adacore.com> | 2020-05-22 13:34:14 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2020-05-22 13:35:13 -0600 |
commit | 9392ebb3bbe4a43726ee8939c5447d88c7d3c1e4 (patch) | |
tree | 974d6151d4504b977d15750e45fe41ec39f00911 /gdb/compile | |
parent | 7c13f4e875fd5eeb0b7a1c301b4b513051822648 (diff) | |
download | gdb-9392ebb3bbe4a43726ee8939c5447d88c7d3c1e4.zip gdb-9392ebb3bbe4a43726ee8939c5447d88c7d3c1e4.tar.gz gdb-9392ebb3bbe4a43726ee8939c5447d88c7d3c1e4.tar.bz2 |
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.
Diffstat (limited to 'gdb/compile')
-rw-r--r-- | gdb/compile/compile-object-load.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/compile/compile-object-load.h b/gdb/compile/compile-object-load.h index 2e9dd2a..c4adc71 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 */ |