mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 08:11:38 +08:00
[NTOSKRNL] Disable more unused code
This commit is contained in:
2
ntoskrnl/cache/section/data.c
vendored
2
ntoskrnl/cache/section/data.c
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user