]> wimlib.net Git - wimlib/blobdiff - include/wimlib/xpress.h
xpress.h: Remove ENABLE_XPRESS_DEBUG
[wimlib] / include / wimlib / xpress.h
index 37f2fdfa61d02a6803c1b316d4b6ad4121931a01..a7113153ded1ea7d6aa498c1449c97a28ab1a1af 100644 (file)
@@ -4,15 +4,6 @@
 /* Constants for the XPRESS data compression format.  See the comments in
  * xpress-decompress.c for more information about this format.  */
 
-//#define ENABLE_XPRESS_DEBUG
-#ifdef ENABLE_XPRESS_DEBUG
-#      define XPRESS_DEBUG DEBUG
-#      define XPRESS_ASSERT wimlib_assert
-#else
-#      define XPRESS_DEBUG(format, ...)
-#      define XPRESS_ASSERT(...)
-#endif
-
 #define XPRESS_NUM_CHARS       256
 #define XPRESS_NUM_SYMBOLS     512
 #define XPRESS_MAX_CODEWORD_LEN        15