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 | ba0c540b35a315312f8e85cd01e00d060b771cc6 (patch) | |
tree | db3485159ea91e0ee53149da1233305cee25965d /gdb/windows-nat.c | |
parent | 8197740273a1f1d3017b84738484dd236fae7d9e (diff) | |
download | gdb-ba0c540b35a315312f8e85cd01e00d060b771cc6.zip gdb-ba0c540b35a315312f8e85cd01e00d060b771cc6.tar.gz gdb-ba0c540b35a315312f8e85cd01e00d060b771cc6.tar.bz2 |
2004-09-29 Andrew Cagney <cagney@gnu.org>
* wince.c (child_ops): Delete.
* win32-nat.c (child_ops): Delete.
Diffstat (limited to 'gdb/windows-nat.c')
-rw-r--r-- | gdb/windows-nat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index 22edb09..2110764 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -2065,8 +2065,6 @@ child_close (int x) PIDGET (inferior_ptid))); } -struct target_ops child_ops; - static void init_child_ops (void) { |