]> wimlib.net Git - wimlib/blobdiff - include/wimlib/lzx_common.h
Remove LZX_ASSERT() (now almost unused)
[wimlib] / include / wimlib / lzx_common.h
index ed9d0bbeeebdabc350e06382a4bdac07f4d2ee3b..4d7587584af86a09e9b7259885a6d4a73c6c7095 100644 (file)
 #include "wimlib/lzx_constants.h"
 #include "wimlib/types.h"
 
-//#define ENABLE_LZX_DEBUG
-#ifdef ENABLE_LZX_DEBUG
-#  include "wimlib/assert.h"
-#  define LZX_ASSERT wimlib_assert
-#else
-#  define LZX_ASSERT(...)
-#endif
-
 extern const u32 lzx_offset_slot_base[LZX_MAX_OFFSET_SLOTS + 1];
 
 extern const u8 lzx_extra_offset_bits[LZX_MAX_OFFSET_SLOTS];