public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [pushed] Remove unused declaration from gdbserver/win32-low.h
@ 2021-09-07 18:17 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2021-09-07 18:17 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tom Tromey

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.31.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-07 18:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-07 18:17 [pushed] Remove unused declaration from gdbserver/win32-low.h Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).