]> wimlib.net Git - wimlib/blobdiff - include/wimlib/lz.h
Remove unused LZ_DEBUG() macro
[wimlib] / include / wimlib / lz.h
index 4206f144be8e6578bf5ebfc8456c44aa7e448aa3..1b84fc47cbd3e467863b2c4d113f65e97d8e3ead 100644 (file)
@@ -5,12 +5,9 @@
 
 //#define ENABLE_LZ_DEBUG
 #ifdef ENABLE_LZ_DEBUG
-#  define LZ_DEBUG DEBUG
 #  define LZ_ASSERT wimlib_assert
 #  include "wimlib/assert.h"
-#  include "wimlib/error.h"
 #else
-#  define LZ_DEBUG(...)
 #  define LZ_ASSERT(...)
 #endif