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

This commit is contained in:
Jérôme Gardou 2021-02-11 18:15:25 +01:00
parent 10379811c0
commit 4c731adc04

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;