diff mbox

[edk2,2/7] OvmfPkg: BDS: drop useless return statement

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

Commit Message

Laszlo Ersek Oct. 22, 2014, 1:21 p.m. UTC
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
---
 OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox

Patch

diff --git a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c
index b1f5b7f..9a079ab 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