BaseTool/VfrCompile: Remove reset button opcode in CheckQuestionOpCode

"EFI_IFR_RESET_BUTTON_OP" is a statement, not a question,
so remove it from function CheckQuestionOpCode.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
This commit is contained in:
Dandan Bi 2016-08-10 16:53:57 +08:00 committed by Yonghong Zhu
parent 926059304e
commit 753cf34e29
1 changed files with 0 additions and 1 deletions

View File

@ -1201,7 +1201,6 @@ CIfrRecordInfoDB::CheckQuestionOpCode (
case EFI_IFR_TIME_OP:
case EFI_IFR_ORDERED_LIST_OP:
case EFI_IFR_REF_OP:
case EFI_IFR_RESET_BUTTON_OP:
return TRUE;
default:
return FALSE;