summaryrefslogtreecommitdiff
path: root/util/compress/libdeflate/lib/zlib_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/compress/libdeflate/lib/zlib_constants.h')
-rw-r--r--util/compress/libdeflate/lib/zlib_constants.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/util/compress/libdeflate/lib/zlib_constants.h b/util/compress/libdeflate/lib/zlib_constants.h
deleted file mode 100644
index f304310c7..000000000
--- a/util/compress/libdeflate/lib/zlib_constants.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * zlib_constants.h - constants for the zlib wrapper format
- */
-
-#ifndef LIB_ZLIB_CONSTANTS_H
-#define LIB_ZLIB_CONSTANTS_H
-
-#define ZLIB_MIN_HEADER_SIZE 2
-#define ZLIB_FOOTER_SIZE 4
-#define ZLIB_MIN_OVERHEAD (ZLIB_MIN_HEADER_SIZE + ZLIB_FOOTER_SIZE)
-
-#define ZLIB_CM_DEFLATE 8
-
-#define ZLIB_CINFO_32K_WINDOW 7
-
-#define ZLIB_FASTEST_COMPRESSION 0
-#define ZLIB_FAST_COMPRESSION 1
-#define ZLIB_DEFAULT_COMPRESSION 2
-#define ZLIB_SLOWEST_COMPRESSION 3
-
-#endif /* LIB_ZLIB_CONSTANTS_H */