From 671e3756edeffb3181ae140907bd525c19d09b53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20Ha=CC=88user?= <8659494+mhaeuser@users.noreply.github.com> Date: Wed, 29 Mar 2023 21:54:43 +0200 Subject: [PATCH] MdeModulePkg/CorePei: Remove unused ShadowedImageRead member --- MdeModulePkg/Core/Pei/PeiMain.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/MdeModulePkg/Core/Pei/PeiMain.h b/MdeModulePkg/Core/Pei/PeiMain.h index 63036f496f..3db917e4bb 100644 --- a/MdeModulePkg/Core/Pei/PeiMain.h +++ b/MdeModulePkg/Core/Pei/PeiMain.h @@ -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;