]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg: BDS: remove dead call to PlatformBdsEnterFrontPage()
authorLaszlo Ersek <lersek@redhat.com>
Thu, 6 Nov 2014 14:20:44 +0000 (14:20 +0000)
committerlersek <lersek@Edk2>
Thu, 6 Nov 2014 14:20:44 +0000 (14:20 +0000)
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>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16305 6f19259b-4bc3-4df7-8a09-765794883524

OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c

index 2a1ca88c2c13ed4be225fd2d16b1b509d9e424e3..b1f5b7f6f94000a8a76769b4127472711d1feda8 100644 (file)
@@ -1144,14 +1144,6 @@ Returns:
   //\r
   TryRunningQemuKernel ();\r
 \r
-  //\r
-  // Give one chance to enter the setup if we\r
-  // have the time out\r
-  //\r
-  if (Timeout != 0) {\r
-    //PlatformBdsEnterFrontPage (Timeout, FALSE);\r
-  }\r
-\r
   DEBUG ((EFI_D_INFO, "BdsLibConnectAll\n"));\r
   BdsLibConnectAll ();\r
   BdsLibEnumerateAllBootOption (BootOptionList);\r