diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-09-10 00:27:02 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-09-10 00:27:02 +0300 |
commit | 2ba01bfa755e47ff6af84a978e3c8d63d7d2775e (patch) | |
tree | 28da43adf9aff178d45995134d4f14aebb4d02f4 /src/liblzma/common/Makefile.am | |
parent | Changed Filter ID of LZMA to 0x20. (diff) | |
download | xz-2ba01bfa755e47ff6af84a978e3c8d63d7d2775e.tar.xz |
Cleaned up Block encoder and moved the no longer shared
code from block_private.h to block_decoder.c. Now the Block
encoder doesn't need compressed_size and uncompressed_size
from lzma_block structure to be initialized.
Diffstat (limited to 'src/liblzma/common/Makefile.am')
-rw-r--r-- | src/liblzma/common/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liblzma/common/Makefile.am b/src/liblzma/common/Makefile.am index 3ec2e270..ca38afc2 100644 --- a/src/liblzma/common/Makefile.am +++ b/src/liblzma/common/Makefile.am @@ -28,7 +28,6 @@ libcommon_la_SOURCES = \ common.h \ bsr.h \ block_util.c \ - block_private.h \ filter_common.c \ filter_common.h \ index.c \ |