Update sample code for date/time.
Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14614 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1254,13 +1254,6 @@ GetQuestionValue (
|
||||
return EFI_INVALID_PARAMETER;
|
||||
}
|
||||
|
||||
//
|
||||
// Statement don't have storage, skip them
|
||||
//
|
||||
if (Question->QuestionId == 0) {
|
||||
return Status;
|
||||
}
|
||||
|
||||
//
|
||||
// Question value is provided by an Expression, evaluate it
|
||||
//
|
||||
@@ -1676,13 +1669,6 @@ SetQuestionValue (
|
||||
return EFI_INVALID_PARAMETER;
|
||||
}
|
||||
|
||||
//
|
||||
// Statement don't have storage, skip them
|
||||
//
|
||||
if (Question->QuestionId == 0) {
|
||||
return Status;
|
||||
}
|
||||
|
||||
//
|
||||
// If Question value is provided by an Expression, then it is read only
|
||||
//
|
||||
|
Reference in New Issue
Block a user