mirror of https://github.com/acidanthera/audk.git
Remove the meaningless compare code.
Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14046 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
61a114ba46
commit
5ecab66086
|
@ -1511,7 +1511,7 @@ InternalHiiValidateCurrentSetting (
|
|||
//
|
||||
// Check current value is the value of one of option.
|
||||
//
|
||||
ASSERT (IfrOneOfOption->Type >= EFI_IFR_TYPE_NUM_SIZE_8 && IfrOneOfOption->Type <= EFI_IFR_TYPE_NUM_SIZE_64);
|
||||
ASSERT (IfrOneOfOption->Type <= EFI_IFR_TYPE_NUM_SIZE_64);
|
||||
ZeroMem (&TmpValue, sizeof (EFI_IFR_TYPE_VALUE));
|
||||
CopyMem (&TmpValue, &IfrOneOfOption->Value, IfrOneOfOption->Header.Length - OFFSET_OF (EFI_IFR_ONE_OF_OPTION, Value));
|
||||
if (VarValue == TmpValue.u64) {
|
||||
|
|
Loading…
Reference in New Issue