From 5e85fb52d0838b15eb8787d08be27b4f9c3f964a Mon Sep 17 00:00:00 2001 From: Hao Wu Date: Wed, 28 Sep 2016 09:46:34 +0800 Subject: [PATCH] BaseTools/VfrCompile: Remove unused local variables Cc: Liming Gao Cc: Yonghong Zhu Cc: Eric Dong Cc: Dandan Bi Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu Reviewed-by: Liming Gao --- BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp b/BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp index 9c76b29418..d06c1bc96a 100644 --- a/BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp +++ b/BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp @@ -828,7 +828,6 @@ CFormPkg::DeclarePendingQuestion ( UINT32 ShrinkSize = 0; EFI_VFR_RETURN_CODE ReturnCode; EFI_VFR_VARSTORE_TYPE VarStoreType = EFI_VFR_VARSTORE_INVALID; - EFI_VARSTORE_ID VarStoreId = EFI_VARSTORE_ID_INVALID; // // Declare all questions as Numeric in DisableIf True @@ -1410,7 +1409,6 @@ CIfrRecordInfoDB::IfrRecordAdjust ( EFI_QUESTION_ID QuestionId; UINT32 StackCount; UINT32 QuestionScope; - UINT32 OpcodeOffset; CHAR8 ErrorMsg[MAX_STRING_LEN] = {0, }; EFI_VFR_RETURN_CODE Status; -- 2.39.2