frup.cpp: drop unused variable

[frup.cpp:628] -> [frup.cpp:694]: (style) The expression 'sdr < 0'
is always false.

This is true because the value is set to 0 and never re-assigned.

Change-Id: I668f5cc5a13a0c87afa3af978c341fb60f51b70d
Signed-off-by: Patrick Venture <venture@google.com>
1 file changed
tree: 8361f1e68e6b0b9d3b7fa85c62b114be3cc2251b
  1. scripts/
  2. .clang-format
  3. .gitignore
  4. argument.cpp
  5. argument.hpp
  6. bootstrap.sh
  7. configure.ac
  8. fru-area.hpp
  9. frup.cpp
  10. frup.hpp
  11. LICENSE
  12. MAINTAINERS
  13. Makefile.am
  14. readeeprom.cpp
  15. README.md
  16. strgfnhandler.cpp
  17. types.hpp
  18. writefrudata.cpp
  19. writefrudata.hpp
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.