Remove an unused variable, process.c has its static copy
authorVolker Lendecke <vl@samba.org>
Sun, 10 Aug 2008 09:33:15 +0000 (11:33 +0200)
committerVolker Lendecke <vl@samba.org>
Sun, 10 Aug 2008 09:33:15 +0000 (11:33 +0200)
(This used to be commit 59136544ec16b6ceb14a75259aedd22856832bf1)

source3/lib/util.c

index b34625461774339da2c7c8a872a3f885f3032180..27a1487663dbd1f76e76b1ff56e8f7ae0aee39f4 100644 (file)
@@ -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;
 
 /***********************************************************************