]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg/UefiShellDebug1CommandsLib: remove unused but set variable
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 24 Mar 2016 06:15:45 +0000 (07:15 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 24 Mar 2016 06:46:18 +0000 (07:46 +0100)
commite36ed7a84b2768443de22371f0aad5cf502328b1
treed88bad8ee7591b82898cb7bb0b42ce56b001a936
parentf6830005bb1a2fc225c89cdb1367b5058e939acc
ShellPkg/UefiShellDebug1CommandsLib: remove unused but set variable

Remove variable FStartRow that is declared, assigned but never referenced.
This fixes a warning emitted by GCC when -Wunused-but-set-variable is in
effect.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>
ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.c