mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/Core/Dxe/SectionExtraction/CoreSectionExtraction.c:
Surrounded unreferenced STATIC functions by '#if 0', '#endif' to prevent a compiler warning: NotifyGuidedExtraction, CreateGuidedExtractionRpnEvent git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4688 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
000c06d236
commit
d1f076304d
|
@ -109,6 +109,7 @@ ChildIsType (
|
||||||
IN EFI_GUID *SectionDefinitionGuid
|
IN EFI_GUID *SectionDefinitionGuid
|
||||||
);
|
);
|
||||||
|
|
||||||
|
#if 0
|
||||||
STATIC
|
STATIC
|
||||||
VOID
|
VOID
|
||||||
EFIAPI
|
EFIAPI
|
||||||
|
@ -116,13 +117,16 @@ NotifyGuidedExtraction (
|
||||||
IN EFI_EVENT Event,
|
IN EFI_EVENT Event,
|
||||||
IN VOID *RpnContext
|
IN VOID *RpnContext
|
||||||
);
|
);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if 0
|
||||||
STATIC
|
STATIC
|
||||||
VOID
|
VOID
|
||||||
CreateGuidedExtractionRpnEvent (
|
CreateGuidedExtractionRpnEvent (
|
||||||
IN CORE_SECTION_STREAM_NODE *ParentStream,
|
IN CORE_SECTION_STREAM_NODE *ParentStream,
|
||||||
IN CORE_SECTION_CHILD_NODE *ChildNode
|
IN CORE_SECTION_CHILD_NODE *ChildNode
|
||||||
);
|
);
|
||||||
|
#endif
|
||||||
|
|
||||||
STATIC
|
STATIC
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
@ -932,6 +936,7 @@ Returns:
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#if 0
|
||||||
STATIC
|
STATIC
|
||||||
VOID
|
VOID
|
||||||
CreateGuidedExtractionRpnEvent (
|
CreateGuidedExtractionRpnEvent (
|
||||||
|
@ -973,8 +978,10 @@ Returns:
|
||||||
FALSE
|
FALSE
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#if 0
|
||||||
STATIC
|
STATIC
|
||||||
VOID
|
VOID
|
||||||
EFIAPI
|
EFIAPI
|
||||||
|
@ -1053,7 +1060,8 @@ Returns:
|
||||||
CoreCloseEvent (Event);
|
CoreCloseEvent (Event);
|
||||||
CoreFreePool (Context);
|
CoreFreePool (Context);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
STATIC
|
STATIC
|
||||||
VOID
|
VOID
|
||||||
|
|
Loading…
Reference in New Issue