summaryrefslogtreecommitdiff
path: root/gdb/hpux-thread.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-09-29 13:54:33 +0000
committerAndrew Cagney <cagney@redhat.com>2004-09-29 13:54:33 +0000
commit09a6b0687a60fa8349534755c5996092fcc8dffb (patch)
treea4dbef2343d56eeab9c9c71b1514192b00d416fd /gdb/hpux-thread.c
parent0cd47fe1baef95a7ce7d0bd5baf3896703bae06d (diff)
downloadgdb-09a6b0687a60fa8349534755c5996092fcc8dffb.tar.gz
2004-09-29 Andrew Cagney <cagney@gnu.org>
* target.h (child_ops): Declare. * inftarg.c (child_ops): Move from here ... * target.c (child_ops): ... to here. * wince.c (child_ops): Delete extern declaration. * win32-nat.c (child_ops): Delete extern declaration. * linux-nat.c (child_ops): Delete extern declaration. * hpux-thread.c (child_ops): Delete extern declaration.
Diffstat (limited to 'gdb/hpux-thread.c')
-rw-r--r--gdb/hpux-thread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/hpux-thread.c b/gdb/hpux-thread.c
index 5664314225c..ea776ee0983 100644
--- a/gdb/hpux-thread.c
+++ b/gdb/hpux-thread.c
@@ -45,7 +45,6 @@
#include "gdbcore.h"
extern int child_suppress_run;
-extern struct target_ops child_ops; /* target vector for inftarg.c */
extern void _initialize_hpux_thread (void);