mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/CorePei: Remove unused ShadowedImageRead member
This commit is contained in:
parent
b9aa08eb24
commit
671e3756ed
|
@ -285,10 +285,6 @@ struct _PEI_CORE_INSTANCE {
|
|||
// available or not.
|
||||
//
|
||||
UINT64 *PeiCodeMemoryRangeUsageBitMap;
|
||||
//
|
||||
// This field points to the shadowed image read function
|
||||
//
|
||||
VOID *ShadowedImageRead;
|
||||
|
||||
UINTN TempPeimCount;
|
||||
|
||||
|
|
Loading…
Reference in New Issue