Remove assignment to unused Thread variable which was removed by my previous commit.
authorGregor Anich <blight@blight.eu.org>
Thu, 3 Nov 2005 00:17:55 +0000 (00:17 +0000)
committerGregor Anich <blight@blight.eu.org>
Thu, 3 Nov 2005 00:17:55 +0000 (00:17 +0000)
Sorry for breaking.

svn path=/trunk/; revision=18966

reactos/ntoskrnl/ps/debug.c

index 4c7b26e..67f343f 100644 (file)
@@ -55,7 +55,6 @@ PspGetOrSetContextKernelRoutine(PKAPC Apc,
     Context = &GetSetContext->Context;
     Event = &GetSetContext->Event;
     Mode = GetSetContext->Mode;
-    Thread = SystemArgument2;
 
     if (TrapFrame->Cs == KERNEL_CS && Mode != KernelMode)
     {