writefrudata: delete unused variable

[writefrudata.cpp:580]: (style) Unused variable: defined_fru_area

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