Remove declaration of inf_tid_to_proc
authorYao Qi <yao@codesourcery.com>
Sun, 5 Jan 2014 07:38:44 +0000 (15:38 +0800)
committerYao Qi <yao@codesourcery.com>
Tue, 7 Jan 2014 03:01:33 +0000 (11:01 +0800)
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.

gdb/ChangeLog
gdb/gnu-nat.c

index f61a4843064c552a228f4199d8e9512070222ced..6d49fec347930e78e00ed06569fda8d9fe674d9e 100644 (file)
@@ -1,3 +1,7 @@
+2014-01-07  Yao Qi  <yao@codesourcery.com>
+
+       * gnu-nat.c (inf_tid_to_proc): Remove declaration.
+
 2014-01-07  Yao Qi  <yao@codesourcery.com>
 
        * gnu-nat.c (_initialize_gnu_nat): Declare.
index 8c45dcf81d2c335c896028f7a2c679fc10e17e97..7e58b4fbbf2f70aced4cd39ba6113f1e0da4e686 100644 (file)
@@ -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);
This page took 0.030163 seconds and 4 git commands to generate.