MemoryTest: remove unused variable StrTotalMemory
fixes compiler warning->error Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
@ -179,7 +179,6 @@ BdsMemoryTest (
|
|||||||
BOOLEAN TestAbort;
|
BOOLEAN TestAbort;
|
||||||
EFI_INPUT_KEY Key;
|
EFI_INPUT_KEY Key;
|
||||||
CHAR16 StrPercent[80];
|
CHAR16 StrPercent[80];
|
||||||
CHAR16 *StrTotalMemory;
|
|
||||||
CHAR16 *Pos;
|
CHAR16 *Pos;
|
||||||
CHAR16 *TmpStr;
|
CHAR16 *TmpStr;
|
||||||
EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground;
|
EFI_GRAPHICS_OUTPUT_BLT_PIXEL Foreground;
|
||||||
@ -199,8 +198,6 @@ BdsMemoryTest (
|
|||||||
return ReturnStatus;
|
return ReturnStatus;
|
||||||
}
|
}
|
||||||
|
|
||||||
StrTotalMemory = Pos;
|
|
||||||
|
|
||||||
TestedMemorySize = 0;
|
TestedMemorySize = 0;
|
||||||
TotalMemorySize = 0;
|
TotalMemorySize = 0;
|
||||||
PreviousValue = 0;
|
PreviousValue = 0;
|
||||||
|
Reference in New Issue
Block a user