mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[NTOSKRNL] Do not compile unused code
This commit is contained in:
parent
6d8aafb6ce
commit
9b74e5ed4f
1 changed files with 2 additions and 0 deletions
2
ntoskrnl/cache/section/data.c
vendored
2
ntoskrnl/cache/section/data.c
vendored
|
@ -303,6 +303,7 @@ MmFinalizeSegment(PMM_SECTION_SEGMENT Segment)
|
|||
ExFreePoolWithTag(Segment, TAG_MM_SECTION_SEGMENT);
|
||||
}
|
||||
|
||||
#ifdef NEWCC
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
MmCreateCacheSection(PROS_SECTION_OBJECT *SectionObject,
|
||||
|
@ -533,6 +534,7 @@ MmCreateCacheSection(PROS_SECTION_OBJECT *SectionObject,
|
|||
*SectionObject = Section;
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
#endif
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
|
|
Loading…
Reference in a new issue