[NTOSKRNL] Disable more unused code

This commit is contained in:
Jérôme Gardou
2021-02-03 09:41:21 +01:00
parent 10ac04ff6e
commit c3ec5d801c
+2
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