Message ID | 1395069784-7406-5-git-send-email-palves@redhat.com |
---|---|
State | Committed |
Headers | show |
diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index fe40c4d..3054d12 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -2539,9 +2539,6 @@ windows_target (void) { struct target_ops *t = inf_child_target (); - t->to_shortname = "child"; - t->to_longname = "Win32 child process"; - t->to_doc = "Win32 child process (started by the \"run\" command)."; t->to_close = windows_close; t->to_attach = windows_attach; t->to_attach_no_wait = 1;