summaryrefslogtreecommitdiff
path: root/deflate.h
diff options
context:
space:
mode:
authorHans Kristian Rosbach <hk-git@circlestorm.org>2020-05-05 11:19:37 +0200
committerHans Kristian Rosbach <hk-github@circlestorm.org>2020-05-06 10:00:11 +0200
commit6884f3715c5228fd733b8efa27ea71f6cf792c7d (patch)
tree8018ad919d9786d5aa056a2d2e49fd9251d97bf8 /deflate.h
parent91508297df6e69a6e5a73553091f71faa102ddfd (diff)
Remove several NOT_TWEAK_COMPILER checks and their legacy code.
Diffstat (limited to 'deflate.h')
-rw-r--r--deflate.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/deflate.h b/deflate.h
index 97519e2..61b498e 100644
--- a/deflate.h
+++ b/deflate.h
@@ -390,11 +390,7 @@ void ZLIB_INTERNAL flush_pending(PREFIX3(streamp) strm);
* used.
*/
-#ifdef NOT_TWEAK_COMPILER
-# define TRIGGER_LEVEL 6
-#else
-# define TRIGGER_LEVEL 5
-#endif
+#define TRIGGER_LEVEL 5
/* Bit buffer and compress bits calculation debugging */
#ifdef ZLIB_DEBUG