From 929ee488e979254f04ece9894b46508d98088745 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 7 Sep 2021 12:16:09 -0600 Subject: [PATCH] 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. --- gdbserver/win32-low.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gdbserver/win32-low.h b/gdbserver/win32-low.h index fce19e49dec..11c318e25a5 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 -- 2.30.2