]> icculus.org git repositories - icculus/xz.git/commit
Remove the Subblock filter code for now.
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 26 May 2010 06:55:47 +0000 (09:55 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 26 May 2010 06:55:47 +0000 (09:55 +0300)
commitd8a55c48b39703dd83f11089ad01e1ff2ac102e0
tree2fbfba80d6aba4ae0454a9b862f147c3b6a426db
parentb6377fc990f9b8651149cae0fecb8b9c5904e26d
Remove the Subblock filter code for now.

The spec isn't finished and the code didn't compile anymore.
It won't be included in XZ Utils 5.0.0. It's easy to get it
back once the spec is done.
19 files changed:
configure.ac
src/liblzma/Makefile.am
src/liblzma/api/Makefile.am
src/liblzma/api/lzma.h
src/liblzma/api/lzma/subblock.h [deleted file]
src/liblzma/common/common.h
src/liblzma/common/filter_common.c
src/liblzma/common/filter_decoder.c
src/liblzma/common/filter_encoder.c
src/liblzma/subblock/Makefile.inc [deleted file]
src/liblzma/subblock/subblock_decoder.c [deleted file]
src/liblzma/subblock/subblock_decoder.h [deleted file]
src/liblzma/subblock/subblock_decoder_helper.c [deleted file]
src/liblzma/subblock/subblock_decoder_helper.h [deleted file]
src/liblzma/subblock/subblock_encoder.c [deleted file]
src/liblzma/subblock/subblock_encoder.h [deleted file]
src/xz/args.c
src/xz/options.c
src/xz/options.h