Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
authorWilfried Goesgens <dothebart@citadel.org>
Thu, 3 May 2012 20:06:02 +0000 (22:06 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Thu, 3 May 2012 20:06:02 +0000 (22:06 +0200)
citadel/context.h

index 9d158f469e5ae27355fcb99e540d6499dbf25db7..903195c37ccbee9f3a7f400ff885b3dcf9b5062b 100644 (file)
@@ -196,7 +196,7 @@ static INLINE void become_session(CitContext *which_con) {
 
 
 
-typedef void (*CtdlDbgFunction) (const int);
+/* typedef void (*CtdlDbgFunction) (const int); */
 
 extern int DebugSession;
 #define CONDBGLOG(LEVEL) if ((LEVEL != LOG_DEBUG) || (DebugSession != 0))