Author: tfaber Date: Fri Sep 28 07:13:26 2012 New Revision: 57409
URL: http://svn.reactos.org/svn/reactos?rev=57409&view=rev Log: [KMTESTS] - Fix GCC build
Modified: trunk/rostests/kmtests/ntos_ke/KeMutex.c
Modified: trunk/rostests/kmtests/ntos_ke/KeMutex.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_ke/KeMutex.c?... ============================================================================== --- trunk/rostests/kmtests/ntos_ke/KeMutex.c [iso-8859-1] (original) +++ trunk/rostests/kmtests/ntos_ke/KeMutex.c [iso-8859-1] Fri Sep 28 07:13:26 2012 @@ -56,7 +56,6 @@ TestMutant(VOID) { KMUTANT Mutant; - PKTHREAD Thread = KeGetCurrentThread(); LONG State;
RtlFillMemory(&Mutant, sizeof(Mutant), 0x55);