mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 16:44:10 +02:00
ECC Cleanup: Remove variable initialization in declaration.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6645 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f9eb929db4
commit
f9f31f7423
@ -833,7 +833,7 @@ ProcessHelpString (
|
|||||||
IN UINTN RowCount
|
IN UINTN RowCount
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
CONST UINTN BlockWidth = (UINTN) gHelpBlockWidth - 1;
|
UINTN BlockWidth = (UINTN) gHelpBlockWidth - 1;
|
||||||
UINTN AllocateSize;
|
UINTN AllocateSize;
|
||||||
//
|
//
|
||||||
// [PrevCurrIndex, CurrIndex) forms a range of a screen-line
|
// [PrevCurrIndex, CurrIndex) forms a range of a screen-line
|
||||||
|
Loading…
x
Reference in New Issue
Block a user