aboutsummaryrefslogtreecommitdiff
path: root/deflate.c
diff options
context:
space:
mode:
Diffstat (limited to 'deflate.c')
-rw-r--r--deflate.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/deflate.c b/deflate.c
index daab31a..804189d 100644
--- a/deflate.c
+++ b/deflate.c
@@ -151,10 +151,6 @@ local const config configuration_table[10] = {
151#define EQUAL 0 151#define EQUAL 0
152/* result of memcmp for equal strings */ 152/* result of memcmp for equal strings */
153 153
154#ifndef NO_DUMMY_DECL
155struct static_tree_desc_s {int dummy;}; /* for buggy compilers */
156#endif
157
158/* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */ 154/* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
159#define RANK(f) (((f) * 2) - ((f) > 4 ? 9 : 0)) 155#define RANK(f) (((f) * 2) - ((f) > 4 ? 9 : 0))
160 156