mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
- Remove leftover performance tracing code.
svn path=/trunk/; revision=41637
This commit is contained in:
parent
ddedfd132a
commit
ad9f3a761f
1 changed files with 0 additions and 4 deletions
|
@ -16,8 +16,6 @@
|
|||
#define MODULE_INVOLVED_IN_ARM3
|
||||
#include "../ARM3/miarm.h"
|
||||
|
||||
ULONG PagesForStacks = 0;
|
||||
|
||||
/* PRIVATE FUNCTIONS **********************************************************/
|
||||
|
||||
VOID
|
||||
|
@ -55,7 +53,6 @@ MmDeleteKernelStack(IN PVOID StackBase,
|
|||
// Nuke it
|
||||
//
|
||||
MmReleasePageMemoryConsumer(MC_NPPOOL, PFN_FROM_PTE(PointerPte));
|
||||
PagesForStacks--;
|
||||
}
|
||||
|
||||
//
|
||||
|
@ -161,7 +158,6 @@ MmCreateKernelStack(IN BOOLEAN GuiStack,
|
|||
// Write it
|
||||
//
|
||||
*PointerPte = TempPte;
|
||||
PagesForStacks++;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue