util/cbfstool: Remove unused assignment
commit5fa756cc97de1ed30ac3fd4d5ddb85f079efe521
authorJacob Garber <jgarber1@ualberta.ca>
Wed, 31 Jul 2019 18:23:51 +0000 (31 12:23 -0600)
committerPatrick Georgi <pgeorgi@google.com>
Tue, 20 Aug 2019 15:20:30 +0000 (20 15:20 +0000)
tree98b47198b59138f2a931e4a0302dd3bc2fbf83d4
parent137f41f2d405e050f539cf06b1e29b8ee77915fa
util/cbfstool: Remove unused assignment

This variable is overwritten on one branch of the next if statement, and
the other branch returns, so this assignment does nothing.

Change-Id: I63737929d47c882bbcf637182bc8bf73c19daa9f
Signed-off-by: Jacob Garber <jgarber1@ualberta.ca>
Found-by: scan-build 8.0.0
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34644
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
util/cbfstool/ifittool.c