diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-09-29 13:54:33 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-09-29 13:54:33 +0000 |
commit | 5ac10fd160d73209c54cfed7905a582fe000a2fe (patch) | |
tree | d11f45b0d57d4fe0f8bef5459eb8a09ad611aeef /gdb/win32-nat.c | |
parent | 981beeee7037a384a72623b5c1d39a4108bb4d81 (diff) | |
download | gdb-5ac10fd160d73209c54cfed7905a582fe000a2fe.zip gdb-5ac10fd160d73209c54cfed7905a582fe000a2fe.tar.gz gdb-5ac10fd160d73209c54cfed7905a582fe000a2fe.tar.bz2 |
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/win32-nat.c')
-rw-r--r-- | gdb/win32-nat.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/win32-nat.c b/gdb/win32-nat.c index 601f28b..22edb09 100644 --- a/gdb/win32-nat.c +++ b/gdb/win32-nat.c @@ -86,9 +86,6 @@ static int debug_registers_used; #define DEBUG_MEM(x) if (debug_memory) printf_unfiltered x #define DEBUG_EXCEPT(x) if (debug_exceptions) printf_unfiltered x -/* Forward declaration */ -extern struct target_ops child_ops; - static void child_stop (void); static int win32_child_thread_alive (ptid_t); void child_kill_inferior (void); |