[NTOS:MM] Fix compilation when PFN tracing is enabled

This commit is contained in:
Jérôme Gardou
2021-03-30 17:22:09 +02:00
parent 10379811c0
commit 4c731adc04
-1
View File
@@ -613,7 +613,6 @@ MmAllocPage(ULONG Type)
#if MI_TRACE_PFNS
switch(Type)
{
case MC_CACHE:
case MC_SYSTEM:
MI_SET_USAGE(MI_USAGE_CACHE);
break;