[NTOSKRNL] Disable more unused code

This commit is contained in:
Jérôme Gardou 2020-10-23 14:42:02 +02:00
parent 10ac04ff6e
commit c3ec5d801c

View file

@ -755,6 +755,7 @@ MmUnmapViewOfCacheSegment(PMMSUPPORT AddressSpace,
return STATUS_SUCCESS;
}
#ifdef NEWCC
NTSTATUS
NTAPI
MmExtendCacheSection(PROS_SECTION_OBJECT Section,
@ -792,6 +793,7 @@ MmExtendCacheSection(PROS_SECTION_OBJECT Section,
MmUnlockSectionSegment(Segment);
return STATUS_SUCCESS;
}
#endif
NTSTATUS
NTAPI