From: Laszlo Ersek Date: Thu, 6 Nov 2014 14:20:44 +0000 (+0000) Subject: OvmfPkg: BDS: remove dead call to PlatformBdsEnterFrontPage() X-Git-Tag: edk2-stable201903~10705 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=157421066ac009d31dafdc5462eceb26f337b536 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 --- diff --git a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c index 2a1ca88c2c..b1f5b7f6f9 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);