]> wimlib.net Git - wimlib/commitdiff
xpress.h: Remove ENABLE_XPRESS_DEBUG
authorEric Biggers <ebiggers3@gmail.com>
Sun, 3 Aug 2014 23:37:36 +0000 (18:37 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 3 Aug 2014 23:37:38 +0000 (18:37 -0500)
Neither XPRESS_DEBUG() nor XPRESS_ASSERT() is used anymore.

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