aboutsummaryrefslogtreecommitdiff
path: root/deflate.h
diff options
context:
space:
mode:
Diffstat (limited to 'deflate.h')
-rw-r--r--deflate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/deflate.h b/deflate.h
index 9284329..3590e4d 100644
--- a/deflate.h
+++ b/deflate.h
@@ -247,7 +247,6 @@ typedef struct internal_state {
247 ulg opt_len; /* bit length of current block with optimal trees */ 247 ulg opt_len; /* bit length of current block with optimal trees */
248 ulg static_len; /* bit length of current block with static trees */ 248 ulg static_len; /* bit length of current block with static trees */
249 uInt matches; /* number of string matches in current block */ 249 uInt matches; /* number of string matches in current block */
250 int last_eob_len; /* bit length of EOB code for last block */
251 250
252#ifdef DEBUG 251#ifdef DEBUG
253 ulg compressed_len; /* total bit length of compressed file mod 2^32 */ 252 ulg compressed_len; /* total bit length of compressed file mod 2^32 */