diff options
author | Laszlo Ersek <lersek@redhat.com> | 2014-11-06 14:20:44 +0000 |
---|---|---|
committer | lersek <lersek@Edk2> | 2014-11-06 14:20:44 +0000 |
commit | 157421066ac009d31dafdc5462eceb26f337b536 (patch) | |
tree | acefe1d321a3a0a768aeee715a5ecba8c36e2e7e | |
parent | e0763f87575cbd58bc38c4220e59010265a620e1 (diff) | |
download | edk2-platforms-157421066ac009d31dafdc5462eceb26f337b536.tar.xz |
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 <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
-rw-r--r-- | OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c | 8 |
1 files changed, 0 insertions, 8 deletions
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);
|