diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-09-29 14:20:25 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-09-29 14:20:25 +0000 |
commit | 8197740273a1f1d3017b84738484dd236fae7d9e (patch) | |
tree | bcfd5ad8d619fa7ce29da060521c21ee6208ecda /gdb/inftarg.c | |
parent | 5ac10fd160d73209c54cfed7905a582fe000a2fe (diff) | |
download | gdb-8197740273a1f1d3017b84738484dd236fae7d9e.zip gdb-8197740273a1f1d3017b84738484dd236fae7d9e.tar.gz gdb-8197740273a1f1d3017b84738484dd236fae7d9e.tar.bz2 |
2004-09-29 Andrew Cagney <cagney@gnu.org>
* inftarg.c (inftarg_set_find_memory_regions)
(inftarg_set_make_corefile_notes): Delete functions.
(_initialize_linux_nat): Inline calls.
Diffstat (limited to 'gdb/inftarg.c')
-rw-r--r-- | gdb/inftarg.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gdb/inftarg.c b/gdb/inftarg.c index b15b75b..3a9ed13 100644 --- a/gdb/inftarg.c +++ b/gdb/inftarg.c @@ -650,24 +650,6 @@ init_child_ops (void) child_ops.to_magic = OPS_MAGIC; } -/* Take over the 'find_mapped_memory' vector from inftarg.c. */ -extern void -inftarg_set_find_memory_regions (int (*func) (int (*) (CORE_ADDR, - unsigned long, - int, int, int, - void *), - void *)) -{ - child_ops.to_find_memory_regions = func; -} - -/* Take over the 'make_corefile_notes' vector from inftarg.c. */ -extern void -inftarg_set_make_corefile_notes (char * (*func) (bfd *, int *)) -{ - child_ops.to_make_corefile_notes = func; -} - void _initialize_inftarg (void) { |