cbfstool/lzma: Remove dead code under #ifdefs
commit5edfa3779dd3fc18ec182bc4f0085c0aa1e1474e
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>
Wed, 29 Jan 2014 22:50:40 +0000 (29 16:50 -0600)
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>
Sun, 2 Mar 2014 04:14:30 +0000 (2 05:14 +0100)
tree718cf89c2f8719ed096bfab075f035c44d466911
parent5ca914bc64829f097629661c2f48492c81cfd77e
cbfstool/lzma: Remove dead code under #ifdefs

Remove a bunch of dead code which depends either on commented out
#defines, or compiler definitions. Use this opportunity to remove the
need for "-D_7ZIP_ST" in the compiler flags.

Change-Id: Ib6629002be7bf4cee6d95d7baa724893b5e8ba32
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-on: http://review.coreboot.org/5083
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
util/cbfstool/Makefile
util/cbfstool/Makefile.inc
util/cbfstool/lzma/C/LzmaEnc.c