]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/PeCoffLoaderEx: Remove the unused local variable
authorAbner Chang <abner.chang@hpe.com>
Sat, 25 Jul 2020 02:34:51 +0000 (10:34 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 29 Jul 2020 03:23:20 +0000 (03:23 +0000)
commite848b58d7c85293cd4121287abcea2d22a4f0620
treed48e48b0fd3e921a090b80025194685bc356334f
parent744ad444e5306ef68edbe899b5f5dc87e82c146b
BaseTools/PeCoffLoaderEx: Remove the unused local variable

BZ:2864 GCC build fails due to variable self assignment.

This local variable is not used at any where, we can just remove it.

Signed-off-by: Abner Chang <abner.chang@hpe.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Daniel Schaefer <daniel.schaefer@hpe.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/C/Common/PeCoffLoaderEx.c