Removed duplicate typedef of CtdlDbgFunction
[citadel.git] / 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))