Remove assignment to unused Thread variable which was removed by my previous commit.

Sorry for breaking.

svn path=/trunk/; revision=18966
This commit is contained in:
Gregor Anich 2005-11-03 00:17:55 +00:00
parent 54992254d7
commit 662797cc94

View file

@ -55,7 +55,6 @@ PspGetOrSetContextKernelRoutine(PKAPC Apc,
Context = &GetSetContext->Context; Context = &GetSetContext->Context;
Event = &GetSetContext->Event; Event = &GetSetContext->Event;
Mode = GetSetContext->Mode; Mode = GetSetContext->Mode;
Thread = SystemArgument2;
if (TrapFrame->Cs == KERNEL_CS && Mode != KernelMode) if (TrapFrame->Cs == KERNEL_CS && Mode != KernelMode)
{ {