From 5ac10fd160d73209c54cfed7905a582fe000a2fe Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 29 Sep 2004 13:54:33 +0000 Subject: 2004-09-29 Andrew Cagney * 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. --- gdb/inftarg.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/inftarg.c') diff --git a/gdb/inftarg.c b/gdb/inftarg.c index 68efdac..b15b75b 100644 --- a/gdb/inftarg.c +++ b/gdb/inftarg.c @@ -89,8 +89,6 @@ static void init_child_ops (void); extern char **environ; -struct target_ops child_ops; - int child_suppress_run = 0; /* Non-zero if inftarg should pretend not to be a runnable target. Used by targets that can sit atop inftarg, such as HPUX -- cgit v1.1