From: Volker Lendecke Date: Sun, 10 Aug 2008 09:33:15 +0000 (+0200) Subject: Remove an unused variable, process.c has its static copy X-Git-Tag: samba-3.3.0pre1~254 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59136544ec16b6ceb14a75259aedd22856832bf1;p=thirdparty%2Fsamba.git Remove an unused variable, process.c has its static copy --- diff --git a/source/lib/util.c b/source/lib/util.c index b3462546177..27a1487663d 100644 --- a/source/lib/util.c +++ b/source/lib/util.c @@ -60,8 +60,6 @@ enum protocol_types Protocol = PROTOCOL_COREPLUS; /* this is used by the chaining code */ int chain_size = 0; -int trans_num = 0; - static enum remote_arch_types ra_type = RA_UNKNOWN; /***********************************************************************