]> wimlib.net Git - wimlib/blobdiff - include/wimlib/error.h
ENABLE_MORE_DEBUG no longer exists
[wimlib] / include / wimlib / error.h
index e584c7b9cd23e885e96d71289fe66c535898e9e6..a6b1a472b34b928edee0391aee2ce9bb9acb6aa4 100644 (file)
@@ -44,10 +44,6 @@ extern FILE *wimlib_error_file;
 #  define WARNING_WITH_ERRNO(format, ...)      dummy_tprintf(T(format), ## __VA_ARGS__)
 #endif /* !ENABLE_ERROR_MESSAGES */
 
-#if defined(ENABLE_MORE_DEBUG) && !defined(ENABLE_DEBUG)
-#  define ENABLE_DEBUG 1
-#endif
-
 #if defined(ENABLE_MORE_ASSERTIONS) && !defined(ENABLE_ASSERTIONS)
 #  define ENABLE_ASSERTIONS 1
 #endif