Attention is currently required from: Nico Huber, Angel Pons. Hello build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/62833
to look at the new patch set (#3).
Change subject: print_buildinfo: remove unreachable print of libpci version ......................................................................
print_buildinfo: remove unreachable print of libpci version
The libpci header is neither directly nor indirectly included in flashrom.c. `PCILIB_VERSION` is therefore never set and the following print statement is dead code. Since libpci is the only library in buildinfo, Drop it.
Change-Id: I0b5dbf3bd82a2ffe64b73881383e92f7dad4c382 Signed-off-by: Thomas Heijligen thomas.heijligen@secunet.com --- M flashrom.c 1 file changed, 0 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/33/62833/3