Removed duplicate typedef of CtdlDbgFunction
authorArt Cancro <ajc@uncensored.citadel.org>
Tue, 1 May 2012 03:29:22 +0000 (23:29 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Tue, 1 May 2012 03:29:22 +0000 (23:29 -0400)
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))