]> wimlib.net Git - wimlib/blobdiff - include/wimlib/error.h
Remove support for --enable-more-assertions configure option
[wimlib] / include / wimlib / error.h
index e584c7b9cd23e885e96d71289fe66c535898e9e6..45e8f14ff8bf5c7164a44324270ae7c3f1a17592 100644 (file)
@@ -44,15 +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
-
-
 #ifdef ENABLE_DEBUG
 extern void
 wimlib_debug(const tchar *file, int line, const char *func,