mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
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.
This commit is contained in:
parent
747656685b
commit
929ee488e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user