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/wince.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'gdb/wince.c') diff --git a/gdb/wince.c b/gdb/wince.c index a9dafee..be912d6 100644 --- a/gdb/wince.c +++ b/gdb/wince.c @@ -126,9 +126,6 @@ upload_options[3] = static char *remote_upload = NULL; /* Set by set remoteupload */ static int remote_add_host = 0; -/* Forward declaration */ -extern struct target_ops child_ops; - static int win32_child_thread_alive (ptid_t); void child_kill_inferior (void); -- cgit v1.1