X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=rostests%2Fkmtests%2Fntos_ke%2FKeMutex.c;h=a095d1ad2aed016e15de67a4d5cdf7cc68eafd3d;hp=435437018385a5c824637634e34c0af6a2b9cefb;hb=2255bdd7f4f9ed9d728ca574549dd5cdef00ae62;hpb=f00cc3de89df3f4d88534dfc18fa987d627b27b5 diff --git a/rostests/kmtests/ntos_ke/KeMutex.c b/rostests/kmtests/ntos_ke/KeMutex.c index 43543701838..a095d1ad2ae 100644 --- a/rostests/kmtests/ntos_ke/KeMutex.c +++ b/rostests/kmtests/ntos_ke/KeMutex.c @@ -56,7 +56,6 @@ VOID TestMutant(VOID) { KMUTANT Mutant; - PKTHREAD Thread = KeGetCurrentThread(); LONG State; RtlFillMemory(&Mutant, sizeof(Mutant), 0x55);