From 157421066ac009d31dafdc5462eceb26f337b536 Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Thu, 6 Nov 2014 14:20:44 +0000 Subject: OvmfPkg: BDS: remove dead call to PlatformBdsEnterFrontPage() This call has been dead since the conception of OvmfPkg (git commit 49ba9447 / SVN r8398), and only confuses readers -- let's remove it. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek Reviewed-by: Jordan Justen git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16305 6f19259b-4bc3-4df7-8a09-765794883524 --- OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'OvmfPkg/Library/PlatformBdsLib') diff --git a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c index 2a1ca88..b1f5b7f 100644 --- a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c +++ b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c @@ -1144,14 +1144,6 @@ Returns: // TryRunningQemuKernel (); - // - // Give one chance to enter the setup if we - // have the time out - // - if (Timeout != 0) { - //PlatformBdsEnterFrontPage (Timeout, FALSE); - } - DEBUG ((EFI_D_INFO, "BdsLibConnectAll\n")); BdsLibConnectAll (); BdsLibEnumerateAllBootOption (BootOptionList); -- cgit v1.1