Fixes a build issue (build error 'Statement is unreachable').

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin olivier.martin@arm.com
Reviewed-by: Eric Dong <eric.dong@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14935 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Olivier Martin olivier.martin 2013-12-06 02:48:51 +00:00 committed by ydong10
parent 3f25e6eab9
commit 97997527ee
1 changed files with 0 additions and 2 deletions

View File

@ -1432,13 +1432,11 @@ IsThisPackageList (
// No matched varstore is found and directly return.
//
goto Done;
break;
default:
break;
}
}
Done:
if (HiiFormPackage != NULL) {
FreePool (HiiFormPackage);