From 260ab573d0f988e79187dba5d6aa347cc545bfd6 Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Thu, 6 Nov 2014 14:20:52 +0000 Subject: [PATCH] OvmfPkg: BDS: drop useless return statement Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek Reviewed-by: Jordan Justen git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16306 6f19259b-4bc3-4df7-8a09-765794883524 --- OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c | 2 -- 1 file changed, 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 -- 2.39.2