mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-25 10:52:00 +08:00
Remove unused declaration from gcore.h
gcore.h declares load_corefile, but there are no other mentions of this in the source. This patch removes it. Tested by grep and rebuilding. gdb/ChangeLog 2020-07-27 Tom Tromey <tromey@adacore.com> * gcore.h (load_corefile): Don't declare.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2020-07-27 Tom Tromey <tromey@adacore.com>
|
||||
|
||||
* gcore.h (load_corefile): Don't declare.
|
||||
|
||||
2020-07-27 Tom de Vries <tdevries@suse.de>
|
||||
|
||||
* configure.ac: Fix sys/sockets.h -> sys/socket.h typo.
|
||||
|
@ -24,7 +24,6 @@
|
||||
|
||||
extern gdb_bfd_ref_ptr create_gcore_bfd (const char *filename);
|
||||
extern void write_gcore_file (bfd *obfd);
|
||||
extern bfd *load_corefile (char *filename, int from_tty);
|
||||
extern int objfile_find_memory_regions (struct target_ops *self,
|
||||
find_memory_region_ftype func,
|
||||
void *obfd);
|
||||
|
Reference in New Issue
Block a user