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.


No differences found