summaryrefslogtreecommitdiff
path: root/gdb/nto-tdep.h
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2009-06-07 17:58:24 +0000
committerPedro Alves <pedro@codesourcery.com>2009-06-07 17:58:24 +0000
commit074f3a486ea46e1d067453576539e040f985d604 (patch)
treeb002ad48a65cff5a89e7b586652070c7e688a84b /gdb/nto-tdep.h
parentbc01dce949f1ec4ce53ca670b683adaede5d1b87 (diff)
downloadgdb-074f3a486ea46e1d067453576539e040f985d604.tar.gz
* inferior.h (proc_iterate_over_mappings): Delete declaration.
* nto-tdep.h (proc_iterate_over_mappings): Delete declaration. * procfs.c (proc_iterate_over_mappings): Delete.
Diffstat (limited to 'gdb/nto-tdep.h')
-rw-r--r--gdb/nto-tdep.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/nto-tdep.h b/gdb/nto-tdep.h
index b3a29f59ce8..24e4ff840ca 100644
--- a/gdb/nto-tdep.h
+++ b/gdb/nto-tdep.h
@@ -147,8 +147,6 @@ void nto_set_target(struct nto_target_ops *);
char **nto_parse_redirection (char *start_argv[], const char **in,
const char **out, const char **err);
-int proc_iterate_over_mappings (int (*func) (int, CORE_ADDR));
-
void nto_relocate_section_addresses (struct so_list *,
struct target_section *);