X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Ferror.h;h=45e8f14ff8bf5c7164a44324270ae7c3f1a17592;hb=26a90546f2a8ded51376d631e5a13f3d7a84f8dc;hp=e584c7b9cd23e885e96d71289fe66c535898e9e6;hpb=f1c07e953597e3f6a809d35d7d5160af1ff67ed3;p=wimlib diff --git a/include/wimlib/error.h b/include/wimlib/error.h index e584c7b9..45e8f14f 100644 --- a/include/wimlib/error.h +++ b/include/wimlib/error.h @@ -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,