From 6365c0c3c18185ea685963ed8470a44a3e531ce3 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 278b6692da..9a89e71b03 100644 --- a/MdeModulePkg/Core/Pei/PeiMain.h +++ b/MdeModulePkg/Core/Pei/PeiMain.h @@ -308,10 +308,6 @@ struct _PEI_CORE_INSTANCE { // available or not. // UINT64 *PeiCodeMemoryRangeUsageBitMap; - // - // This field points to the shadowed image read function - // - VOID *ShadowedImageRead; UINTN TempPeimCount;