From 8d2d0ef0eb506f2be960f4b3abcbc4ae2a3730e7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 29 Mar 2011 14:29:22 +1100 Subject: [PATCH] lib: removed a spurios declaration of 'logfile' we don't have a global logfile variable any more Pair-Programmed-With: Andrew Bartlett --- lib/util/util.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/util/util.h b/lib/util/util.h index 58e6ffd086b..48d6566dd09 100644 --- a/lib/util/util.h +++ b/lib/util/util.h @@ -34,7 +34,6 @@ struct smbsrv_tcon; -extern const char *logfile; extern const char *panic_action; #include "lib/util/time.h" -- 2.11.4.GIT