diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-09-29 14:26:52 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-09-29 14:26:52 +0000 |
commit | 9e3bfd7ef21e086610e85893f6823f0af21f86c6 (patch) | |
tree | 6bd55bb06aa0b434d212b4957f6702dd024e6b7f /gdb/wince.c | |
parent | 4e30f719a13a5c1ca0eac5cd3b28acc23ea2755a (diff) | |
download | gdb-9e3bfd7ef21e086610e85893f6823f0af21f86c6.tar.gz |
2004-09-29 Andrew Cagney <cagney@gnu.org>
* wince.c (child_ops): Delete.
* win32-nat.c (child_ops): Delete.
Diffstat (limited to 'gdb/wince.c')
-rw-r--r-- | gdb/wince.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/wince.c b/gdb/wince.c index be912d68dc2..5abb0c2b484 100644 --- a/gdb/wince.c +++ b/gdb/wince.c @@ -1885,8 +1885,6 @@ child_load (char *file, int from_tty) upload_to_device (file, file); } -struct target_ops child_ops; - static void init_child_ops (void) { |