From bf1a8c06996a0d4d1a4893970bc55ccc3cd6f95b Mon Sep 17 00:00:00 2001 From: Eric Dong Date: Mon, 2 Sep 2013 02:21:40 +0000 Subject: Update sample code for date/time. Signed-off-by: Eric Dong Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14614 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/SetupBrowserDxe/Setup.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'MdeModulePkg/Universal/SetupBrowserDxe/Setup.c') diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/Setup.c b/MdeModulePkg/Universal/SetupBrowserDxe/Setup.c index ba72d12..6dcb4aa 100644 --- a/MdeModulePkg/Universal/SetupBrowserDxe/Setup.c +++ b/MdeModulePkg/Universal/SetupBrowserDxe/Setup.c @@ -1255,13 +1255,6 @@ GetQuestionValue ( } // - // Statement don't have storage, skip them - // - if (Question->QuestionId == 0) { - return Status; - } - - // // Question value is provided by an Expression, evaluate it // if (Question->ValueExpression != NULL) { @@ -1677,13 +1670,6 @@ SetQuestionValue ( } // - // 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 // if (Question->ValueExpression != NULL) { -- cgit v1.1