aboutsummaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.c
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2014-01-05 15:38:44 +0800
committerYao Qi <yao@codesourcery.com>2014-01-07 11:01:33 +0800
commitd57dda0ab3da976aeedce4a5c792a584d3fb9ec0 (patch)
treee6787cc10c397c365937dee6304d307dcd60a7b6 /gdb/gnu-nat.c
parent3aa8c9698a0e604eab7a1e913b09b6506ce00c4c (diff)
downloadfsf-binutils-gdb-d57dda0ab3da976aeedce4a5c792a584d3fb9ec0.zip
fsf-binutils-gdb-d57dda0ab3da976aeedce4a5c792a584d3fb9ec0.tar.gz
fsf-binutils-gdb-d57dda0ab3da976aeedce4a5c792a584d3fb9ec0.tar.bz2
Remove declaration of inf_tid_to_proc
inf_tid_to_proc is not defined at all. This patch is to remove its declaration. gdb: 2014-01-07 Yao Qi <yao@codesourcery.com> * gnu-nat.c (inf_tid_to_proc): Remove declaration.
Diffstat (limited to 'gdb/gnu-nat.c')
-rw-r--r--gdb/gnu-nat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c
index 8c45dcf..7e58b4f 100644
--- a/gdb/gnu-nat.c
+++ b/gdb/gnu-nat.c
@@ -96,7 +96,6 @@ void inf_set_pid (struct inf *inf, pid_t pid);
void inf_validate_procs (struct inf *inf);
void inf_steal_exc_ports (struct inf *inf);
void inf_restore_exc_ports (struct inf *inf);
-struct proc *inf_tid_to_proc (struct inf *inf, int tid);
void inf_set_threads_resume_sc (struct inf *inf,
struct proc *run_thread,
int run_others);