Removes some unused assigned variables.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> Reviewed-by: Eric Dong <eric.dong@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16189 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -955,7 +955,6 @@ ProcessOptions (
|
||||
UINTN Index2;
|
||||
UINT8 *ValueArray;
|
||||
UINT8 ValueType;
|
||||
EFI_STRING_ID StringId;
|
||||
EFI_IFR_ORDERED_LIST *OrderList;
|
||||
BOOLEAN ValueInvalid;
|
||||
|
||||
@@ -964,7 +963,6 @@ ProcessOptions (
|
||||
StringPtr = NULL;
|
||||
Character[1] = L'\0';
|
||||
*OptionString = NULL;
|
||||
StringId = 0;
|
||||
ValueInvalid = FALSE;
|
||||
|
||||
ZeroMem (FormattedNumber, 21 * sizeof (CHAR16));
|
||||
|
Reference in New Issue
Block a user