]> wimlib.net Git - wimlib/commitdiff
Remove unused LZ_DEBUG() macro
authorEric Biggers <ebiggers3@gmail.com>
Thu, 2 Jan 2014 16:32:21 +0000 (10:32 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 2 Jan 2014 16:32:21 +0000 (10:32 -0600)
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