summaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.c
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2008-09-09 15:49:03 +0000
committerPedro Alves <pedro@codesourcery.com>2008-09-09 15:49:03 +0000
commitb8707325594ed213a7f1422531b6929a3297ef0b (patch)
tree6f4c3863ca17eb8b2b84c6823f0470a24e2491e7 /gdb/gnu-nat.c
parente28152e0e6d63a427d418ac891dddba38299fd15 (diff)
downloadgdb-b8707325594ed213a7f1422531b6929a3297ef0b.tar.gz
* gnu-nat.c (gnu_pid_to_exec_file): Delete.
(init_gnu_ops): Don't register it.
Diffstat (limited to 'gdb/gnu-nat.c')
-rw-r--r--gdb/gnu-nat.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c
index 9c99580246d..0c3714214c0 100644
--- a/gdb/gnu-nat.c
+++ b/gdb/gnu-nat.c
@@ -2253,14 +2253,6 @@ gnu_stop (ptid_t ptid)
error (_("to_stop target function not implemented"));
}
-static char *
-gnu_pid_to_exec_file (int pid)
-{
- error (_("to_pid_to_exec_file target function not implemented"));
- return NULL;
-}
-
-
static int
gnu_thread_alive (ptid_t ptid)
{
@@ -2649,7 +2641,6 @@ init_gnu_ops (void)
gnu_ops.to_thread_alive = gnu_thread_alive; /* to_thread_alive */
gnu_ops.to_pid_to_str = gnu_pid_to_str; /* to_pid_to_str */
gnu_ops.to_stop = gnu_stop; /* to_stop */
- gnu_ops.to_pid_to_exec_file = gnu_pid_to_exec_file; /* to_pid_to_exec_file */
gnu_ops.to_stratum = process_stratum; /* to_stratum */
gnu_ops.to_has_all_memory = 1; /* to_has_all_memory */
gnu_ops.to_has_memory = 1; /* to_has_memory */