mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
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:
parent
54992254d7
commit
662797cc94
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue