ctdb-logging: Move variable debug_extra from debug.*
[vlendec/samba-autobuild/.git] / ctdb / lib / util / debug.c
index e9365d88f638f66fd909616436fd587a137530fd..40dda1a70a52c9a5bf00cb652d4432f40d5e2a65 100644 (file)
@@ -50,7 +50,6 @@ static void _do_debug_v(const char *format, va_list ap)
 
 /* default logging function */
 void (*do_debug_v)(const char *, va_list ap) = _do_debug_v;
-const char *debug_extra = "";
 
 void do_debug(const char *format, ...)
 {