diff options
Diffstat (limited to 'gdb/fbsd-nat.h')
-rw-r--r-- | gdb/fbsd-nat.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/fbsd-nat.h b/gdb/fbsd-nat.h index a3f51d6..531fe4f 100644 --- a/gdb/fbsd-nat.h +++ b/gdb/fbsd-nat.h @@ -32,10 +32,4 @@ extern char *fbsd_pid_to_exec_file (struct target_ops *self, int pid); extern int fbsd_find_memory_regions (struct target_ops *self, find_memory_region_ftype func, void *obfd); -/* Create appropriate note sections for a corefile, returning them in - allocated memory. */ - -extern char *fbsd_make_corefile_notes (struct target_ops *self, - bfd *obfd, int *note_size); - #endif /* fbsd-nat.h */ |