summaryrefslogtreecommitdiff
path: root/gdbserver
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2021-09-07 12:16:09 -0600
committerTom Tromey <tromey@adacore.com>2021-09-07 12:17:42 -0600
commit929ee488e979254f04ece9894b46508d98088745 (patch)
tree55ff40c32c37c721e2b32c45fb278c57a1d8c061 /gdbserver
parent747656685b3e8477868478cd927fbb2834937aff (diff)
Remove unused declaration from gdbserver/win32-low.h
I noticed that gdbserver/win32-low.h has an unused declaration. This code was changed a while ago, but this declaration slipped through. This patch removes it. Tested by rebuilding.
Diffstat (limited to 'gdbserver')
-rw-r--r--gdbserver/win32-low.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdbserver/win32-low.h b/gdbserver/win32-low.h
index fce19e49de..11c318e25a 100644
--- a/gdbserver/win32-low.h
+++ b/gdbserver/win32-low.h
@@ -29,9 +29,6 @@ struct target_desc;
extern const struct target_desc *win32_tdesc;
#ifdef __x86_64__
extern const struct target_desc *wow64_win32_tdesc;
-
-typedef BOOL (WINAPI *winapi_Wow64GetThreadContext) (HANDLE, PWOW64_CONTEXT);
-extern winapi_Wow64GetThreadContext win32_Wow64GetThreadContext;
#endif
struct win32_target_ops