- Remove leftover performance tracing code.

svn path=/trunk/; revision=41637
This commit is contained in:
ReactOS Portable Systems Group 2009-06-27 08:43:56 +00:00
parent ddedfd132a
commit ad9f3a761f

View file

@ -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++;
}
//