summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/DxeMain.h
diff options
context:
space:
mode:
authorshenglei <shenglei.zhang@intel.com>2018-08-08 15:49:14 +0800
committerStar Zeng <star.zeng@intel.com>2018-08-21 16:29:04 +0800
commit5bde6c2019a2cfac70cf63d571abdc73178d9bb7 (patch)
tree617a0b99299b8ce034f9086592a3f50a8dae7683 /MdeModulePkg/Core/Dxe/DxeMain.h
parent0ffa23c0f413fef1b1b35bac3ad328dcd20eafab (diff)
downloadedk2-5bde6c2019a2cfac70cf63d571abdc73178d9bb7.zip
edk2-5bde6c2019a2cfac70cf63d571abdc73178d9bb7.tar.gz
edk2-5bde6c2019a2cfac70cf63d571abdc73178d9bb7.tar.bz2
MdeModulePkg Core/Dxe: Remove redundant functions
The functions that are never called have been removed. They are ClearGuardMapBit,SetGuardMapBit,IsHeadGuard, IsTailGuard and CoreEfiNotAvailableYetArg0. https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng <star.zeng@intel.com> Cc: Eric Dong <eric.dong@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei <shenglei.zhang@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'MdeModulePkg/Core/Dxe/DxeMain.h')
-rw-r--r--MdeModulePkg/Core/Dxe/DxeMain.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/MdeModulePkg/Core/Dxe/DxeMain.h b/MdeModulePkg/Core/Dxe/DxeMain.h
index 6c7013c..2dec9da 100644
--- a/MdeModulePkg/Core/Dxe/DxeMain.h
+++ b/MdeModulePkg/Core/Dxe/DxeMain.h
@@ -2177,19 +2177,6 @@ CoreDisplayDiscoveredNotDispatched (
);
-/**
- Place holder function until all the Boot Services and Runtime Services are
- available.
-
- @return EFI_NOT_AVAILABLE_YET
-
-**/
-EFI_STATUS
-EFIAPI
-CoreEfiNotAvailableYetArg0 (
- VOID
- );
-
/**
Place holder function until all the Boot Services and Runtime Services are