diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-04-21 14:25:53 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-05-04 08:47:43 +0800 |
commit | e64a2ebe7d46a68e57404ab7bbd6ab9710ce26f1 (patch) | |
tree | 1bf875c23710d760f5b29e982af8085a038d2b9c /OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h | |
parent | 30edcbf5d15b27a88c5bc75f029958258401e959 (diff) | |
download | edk2-platforms-e64a2ebe7d46a68e57404ab7bbd6ab9710ce26f1.tar.xz |
OvmfPkg/PlatformBootManagerLib: Remove unnecessary memory test
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h')
-rw-r--r-- | OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h b/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h index 5e46300e44..44b7c0d460 100644 --- a/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h +++ b/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h @@ -211,11 +211,6 @@ extern PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[]; // Platform BDS Functions
//
EFI_STATUS
-BdsMemoryTest (
- EXTENDMEM_COVERAGE_LEVEL Level
- );
-
-EFI_STATUS
PlatformBdsShowProgress (
EFI_GRAPHICS_OUTPUT_BLT_PIXEL TitleForeground,
EFI_GRAPHICS_OUTPUT_BLT_PIXEL TitleBackground,
|