Remove unused variables to satisfy compiler

This commit is contained in:
Rafal Kupiec 2023-10-27 15:37:31 +02:00
parent d26b3d9e83
commit 4e553b5570
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -52,8 +52,6 @@ KeInitializeThread(IN PKPROCESS Process,
IN PVOID Stack)
{
PKWAIT_BLOCK TimerWaitBlock;
BOOLEAN Allocation;
XTSTATUS Status;
ULONG Index;
/* Initialize thread dispatcher header */