X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Ferror.h;h=522264021d3089bf80614c1a1000abc4f4067b60;hb=64da5ed62907c397a524b3b3c89d3fe98ccd6f8b;hp=8d02120bf36fb3b1db606738fd5c2b522441d68b;hpb=e176e9731e696562bab8de7b9bd34c019deef3e8;p=wimlib diff --git a/include/wimlib/error.h b/include/wimlib/error.h index 8d02120b..52226402 100644 --- a/include/wimlib/error.h +++ b/include/wimlib/error.h @@ -74,10 +74,4 @@ wimlib_debug(const tchar *file, int line, const char *func, # define DEBUG(format, ...) dummy_tprintf(T(format), ## __VA_ARGS__) #endif /* !ENABLE_DEBUG */ -#ifdef ENABLE_MORE_DEBUG -# define DEBUG2(format, ...) DEBUG(format, ## __VA_ARGS__) -#else -# define DEBUG2(format, ...) dummy_tprintf(T(format), ## __VA_ARGS__) -#endif /* !ENABLE_MORE_DEBUG */ - #endif /* _WIMLIB_ERROR_H */