Remove some unused typedefs from gdbserver
I noticed that gdbserver/win32-low.cc has a few typedefs that are not used. This patch removes them. gdbserver/ChangeLog 2021-04-13 Tom Tromey <tromey@adacore.com> * win32-low.cc (winapi_CreateToolhelp32Snapshot) (winapi_Module32First, winapi_Module32Next): Remove typedefs.
This commit is contained in:
parent
329534fda7
commit
1228cb9094
@ -1,3 +1,8 @@
|
||||
2021-04-13 Tom Tromey <tromey@adacore.com>
|
||||
|
||||
* win32-low.cc (winapi_CreateToolhelp32Snapshot)
|
||||
(winapi_Module32First, winapi_Module32Next): Remove typedefs.
|
||||
|
||||
2021-04-13 Pedro Alves <pedro@palves.net>
|
||||
|
||||
* Makefile.in (SFILES): Remove hostio-errno.cc.
|
||||
|
@ -1211,10 +1211,6 @@ win32_add_all_dlls (void)
|
||||
win32_add_dll (NULL);
|
||||
}
|
||||
|
||||
typedef HANDLE (WINAPI *winapi_CreateToolhelp32Snapshot) (DWORD, DWORD);
|
||||
typedef BOOL (WINAPI *winapi_Module32First) (HANDLE, LPMODULEENTRY32);
|
||||
typedef BOOL (WINAPI *winapi_Module32Next) (HANDLE, LPMODULEENTRY32);
|
||||
|
||||
/* See nat/windows-nat.h. */
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user