From ab846c638e77f9961c6feb6f54bab73a03b5807f Mon Sep 17 00:00:00 2001 From: dockes Date: Tue, 18 Nov 2008 10:23:27 +0000 Subject: [PATCH] *** empty log message *** --- src/utils/debuglog.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/utils/debuglog.h b/src/utils/debuglog.h index b63ceff3..211f0c69 100755 --- a/src/utils/debuglog.h +++ b/src/utils/debuglog.h @@ -107,11 +107,6 @@ extern int setfilename(const char *fname, int trnc = 1); #else #define LOGDEB3(X) #endif -#if STATICVERBOSITY >= DEBDEB4 -#define LOGDEB4(X) {if (DebugLog::getdbl()->getlevel()>=DEBDEB4){DebugLog::getdbl()->prolog(DEBDEB4,__FILE__,__LINE__) ;DebugLog::getdbl()->log X;}} -#else -#define LOGDEB4(X) -#endif #ifndef NO_NAMESPACES } #endif // NO_NAMESPACES