From 85ae25837b4406f7deff6f1d861c543f629544b8 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 36ab6bf322..21322afbf6 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;