From: Volker Lendecke Date: Fri, 4 May 2012 12:16:45 +0000 (+0200) Subject: s3: Remove an unused extern declaration X-Git-Tag: samba-4.0.0alpha21~341 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b59023123247896bb590943a3dafc79bc688d15;p=thirdparty%2Fsamba.git s3: Remove an unused extern declaration --- diff --git a/source3/smbd/service.c b/source3/smbd/service.c index 6a2df18ce02..7b538b05337 100644 --- a/source3/smbd/service.c +++ b/source3/smbd/service.c @@ -31,8 +31,6 @@ #include "lib/param/loadparm.h" #include "messages.h" -extern userdom_struct current_user_info; - static bool canonicalize_connect_path(connection_struct *conn) { bool ret;