mirror of https://github.com/acidanthera/audk.git
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:
parent
3f25e6eab9
commit
97997527ee
|
@ -1432,13 +1432,11 @@ IsThisPackageList (
|
|||
// No matched varstore is found and directly return.
|
||||
//
|
||||
goto Done;
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Done:
|
||||
if (HiiFormPackage != NULL) {
|
||||
FreePool (HiiFormPackage);
|
||||
|
|
Loading…
Reference in New Issue