From 4e553b5570cea89e238fcf023e4fe2cbe5008835 Mon Sep 17 00:00:00 2001 From: belliash Date: Fri, 27 Oct 2023 15:37:31 +0200 Subject: [PATCH] Remove unused variables to satisfy compiler --- xtoskrnl/ke/kthread.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/xtoskrnl/ke/kthread.c b/xtoskrnl/ke/kthread.c index c302632..2989790 100644 --- a/xtoskrnl/ke/kthread.c +++ b/xtoskrnl/ke/kthread.c @@ -52,8 +52,6 @@ KeInitializeThread(IN PKPROCESS Process, IN PVOID Stack) { PKWAIT_BLOCK TimerWaitBlock; - BOOLEAN Allocation; - XTSTATUS Status; ULONG Index; /* Initialize thread dispatcher header */