aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/lz/lz_encoder.h
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2008-01-10 17:13:42 +0200
committerLasse Collin <lasse.collin@tukaani.org>2008-01-10 17:13:42 +0200
commitf73c2ab6079ed5675a42b39d584a567befbd4624 (patch)
treea80a9102eaea398af2f65bcd401f1621176a14eb /src/liblzma/lz/lz_encoder.h
parentDefine HAVE_ASM_X86 when x86 assembler optimizations are (diff)
downloadxz-f73c2ab6079ed5675a42b39d584a567befbd4624.tar.xz
Eliminate lzma_lz_encoder.must_move_pos. It's needed
only in one place which isn't performance criticial.
Diffstat (limited to '')
-rw-r--r--src/liblzma/lz/lz_encoder.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/liblzma/lz/lz_encoder.h b/src/liblzma/lz/lz_encoder.h
index b39c88e5..fe94618b 100644
--- a/src/liblzma/lz/lz_encoder.h
+++ b/src/liblzma/lz/lz_encoder.h
@@ -72,10 +72,6 @@ struct lzma_lz_encoder_s {
/// to buffer[write_pos].
size_t write_pos;
- /// When read_pos >= must_move_pos, move_window() must be called
- /// to make more space for the input data.
- size_t must_move_pos;
-
/// Number of bytes that must be kept available in our input history.
/// That is, once keep_size_before bytes have been processed,
/// buffer[read_pos - keep_size_before] is the oldest byte that