This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/dlls/ntdll/unix/thread.c b/dlls/ntdll/unix/thread.c | |
index c3ab1317295..e725955ebc4 100644 | |
--- a/dlls/ntdll/unix/thread.c | |
+++ b/dlls/ntdll/unix/thread.c | |
@@ -1624,7 +1624,6 @@ NTSTATUS WINAPI NtOpenThread( HANDLE *handle, ACCESS_MASK access, | |
*/ | |
NTSTATUS WINAPI NtSuspendThread( HANDLE handle, ULONG *ret_count ) | |
{ | |
- BOOL self = FALSE; | |
unsigned int ret, count = 0; |