Skip to content

Instantly share code, notes, and snippets.

@blah1
blah1 / Revert_a81dbfb.patch
Created September 21, 2024 21:35
Revert_a81dbfb.patch
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;