diff options
author | Hao Wu <hao.a.wu@intel.com> | 2016-09-28 09:46:34 +0800 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2016-11-08 16:37:25 +0800 |
commit | 5e85fb52d0838b15eb8787d08be27b4f9c3f964a (patch) | |
tree | 6881192c2ef782e18f54d2b8503c48c1b862d195 /BaseTools | |
parent | 77dee0b1859dd0c7698b9f5a9510bee6d733c8c4 (diff) | |
download | edk2-platforms-5e85fb52d0838b15eb8787d08be27b4f9c3f964a.tar.xz |
BaseTools/VfrCompile: Remove unused local variables
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Dandan Bi <dandan.bi@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BaseTools')
-rw-r--r-- | BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp | 2 |
1 files changed, 0 insertions, 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;
|