[KMTESTS]
authorThomas Faber <thomas.faber@reactos.org>
Fri, 28 Sep 2012 07:13:26 +0000 (07:13 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Fri, 28 Sep 2012 07:13:26 +0000 (07:13 +0000)
- Fix GCC build

svn path=/trunk/; revision=57409

rostests/kmtests/ntos_ke/KeMutex.c

index 4354370..a095d1a 100644 (file)
@@ -56,7 +56,6 @@ VOID
 TestMutant(VOID)
 {
     KMUTANT Mutant;
-    PKTHREAD Thread = KeGetCurrentThread();
     LONG State;
 
     RtlFillMemory(&Mutant, sizeof(Mutant), 0x55);