summaryrefslogtreecommitdiff
path: root/OvmfPkg/Library/PlatformBdsLib
diff options
context:
space:
mode:
authorLaszlo Ersek <lersek@redhat.com>2014-11-06 14:20:52 +0000
committerlersek <lersek@Edk2>2014-11-06 14:20:52 +0000
commit260ab573d0f988e79187dba5d6aa347cc545bfd6 (patch)
tree45797de9958e3fe9fc1bfcb72a8ee83e7b12845c /OvmfPkg/Library/PlatformBdsLib
parent157421066ac009d31dafdc5462eceb26f337b536 (diff)
downloadedk2-platforms-260ab573d0f988e79187dba5d6aa347cc545bfd6.tar.xz
OvmfPkg: BDS: drop useless return statement
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@16306 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OvmfPkg/Library/PlatformBdsLib')
-rw-r--r--OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c
index b1f5b7f6f9..9a079aba0a 100644
--- a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c
+++ b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c
@@ -1196,8 +1196,6 @@ Returns:
Timeout = 0xffff;
PlatformBdsEnterFrontPage (Timeout, FALSE);
}
-
- return ;
}
VOID