diff options
Diffstat (limited to 'deflate.h')
-rw-r--r-- | deflate.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ |