MdeModulePkg/CorePei: Remove unused ShadowedImageRead member

This commit is contained in:
Marvin Häuser 2023-03-29 21:54:43 +02:00 committed by Mikhail Krichanov
parent 8632c62d0d
commit 85ae25837b
1 changed files with 0 additions and 4 deletions
MdeModulePkg/Core/Pei

View File

@ -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;