From a4089f524fbcf176f3d4aae43a35e3c6effcc854 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 27 Jul 2020 09:53:32 -0600 Subject: 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 * gcore.h (load_corefile): Don't declare. --- gdb/gcore.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/gcore.h') diff --git a/gdb/gcore.h b/gdb/gcore.h index 9b85e46..64bfe12 100644 --- a/gdb/gcore.h +++ b/gdb/gcore.h @@ -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); -- cgit v1.1