MdeModulePkg/HiiDatabaseDxe: Fixed build error.

ARM toolchain raises the 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@17529 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Olivier Martin 2015-05-28 00:49:30 +00:00 committed by ydong10
parent b5ec7f3c32
commit 4e295e0392
1 changed files with 0 additions and 1 deletions

View File

@ -1574,7 +1574,6 @@ GetWidth (
case EFI_IFR_TYPE_NUM_SIZE_64:
return (UINT16) sizeof (UINT64) * ((EFI_IFR_ORDERED_LIST *) OpCodeData)->MaxContainers;
break;
default:
ASSERT (FALSE);