mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[NTOSKRNL] Disable more unused code
This commit is contained in:
parent
10ac04ff6e
commit
c3ec5d801c
1 changed files with 2 additions and 0 deletions
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
|
||||
|
|
Loading…
Reference in a new issue