Remove unused declaration from gdbserver/win32-low.h
authorTom Tromey <tromey@adacore.com>
Tue, 7 Sep 2021 18:16:09 +0000 (12:16 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 7 Sep 2021 18:17:42 +0000 (12:17 -0600)
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.

gdbserver/win32-low.h

index fce19e49dec9c9de7a6210b5eceac96ffaebf529..11c318e25a5bc453a1cccfc889835f7abf0b923c 100644 (file)
@@ -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