diff options
author | Pedro Alves <palves@redhat.com> | 2009-06-07 17:58:24 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-06-07 17:58:24 +0000 |
commit | 09d3bde977f98e66cd770b080b29e3aa651acd65 (patch) | |
tree | c8b6d1d8ca49803d433ed2d3919f4a18f1e18f84 /gdb/inferior.h | |
parent | c35b149212fc1bf4cf991e42354b0303682bcead (diff) | |
download | gdb-09d3bde977f98e66cd770b080b29e3aa651acd65.zip gdb-09d3bde977f98e66cd770b080b29e3aa651acd65.tar.gz gdb-09d3bde977f98e66cd770b080b29e3aa651acd65.tar.bz2 |
* 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/inferior.h')
-rw-r--r-- | gdb/inferior.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index 6f186cd..c924e49 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -198,8 +198,6 @@ extern void terminal_init_inferior_with_pgrp (int pgrp); /* From procfs.c */ -extern int proc_iterate_over_mappings (int (*)(int, CORE_ADDR)); - extern ptid_t procfs_first_available (void); /* From fork-child.c */ |