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:
Eric Dong
2013-09-02 02:21:40 +00:00
committed by ydong10
parent 6bc7a0882d
commit bf1a8c0699
2 changed files with 10 additions and 62 deletions

View File

@@ -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
//