diff mbox

[edk2,1/7] OvmfPkg: BDS: remove dead call to PlatformBdsEnterFrontPage()

Message ID 1413984117-20000-2-git-send-email-lersek@redhat.com
State New
Headers show

Commit Message

Laszlo Ersek Oct. 22, 2014, 1:21 p.m. UTC
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 <lersek@redhat.com>
---
 OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c | 8 --------
 1 file changed, 8 deletions(-)
diff mbox

Patch

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);