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.
|
// No matched varstore is found and directly return.
|
||||||
//
|
//
|
||||||
goto Done;
|
goto Done;
|
||||||
break;
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Done:
|
Done:
|
||||||
if (HiiFormPackage != NULL) {
|
if (HiiFormPackage != NULL) {
|
||||||
FreePool (HiiFormPackage);
|
FreePool (HiiFormPackage);
|
||||||
|
|
Loading…
Reference in New Issue