summaryrefslogtreecommitdiff
path: root/include/tools/zcodec.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-05-21 11:05:55 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-05-21 15:30:14 +0200
commita34d0fb56fb14f834de76ce3d911f82ece26e17c (patch)
tree617b091116b9f4db7315843210da5dba6a0294cb /include/tools/zcodec.hxx
parentb2e5b0ec142a554da3bcf75b478f93ddb61caeaa (diff)
Remove unused ZCODEC_ZFILTERED, ZCODEC_ZHUFFMAN_ONLY macros
Change-Id: Ie02fb495beebd02d8331e547cbe6648dc70f241f
Diffstat (limited to 'include/tools/zcodec.hxx')
-rw-r--r--include/tools/zcodec.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/zcodec.hxx b/include/tools/zcodec.hxx
index 9efdba0867c2..20aadac39f4d 100644
--- a/include/tools/zcodec.hxx
+++ b/include/tools/zcodec.hxx
@@ -28,8 +28,6 @@
#define ZCODEC_BEST_COMPRESSION (0x00000009UL)
#define ZCODEC_DEFAULT_STRATEGY (0x00000000UL)
-#define ZCODEC_ZFILTERED (0x00000100UL)
-#define ZCODEC_ZHUFFMAN_ONLY (0x00000200UL)
#define ZCODEC_UPDATE_CRC (0x00010000UL)
#define ZCODEC_GZ_LIB (0x00020000UL)