[KMTESTS]

- Fix GCC build

svn path=/trunk/; revision=57409
This commit is contained in:
Thomas Faber 2012-09-28 07:13:26 +00:00
parent f00cc3de89
commit 2255bdd7f4

View file

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