summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-08-10 11:33:15 +0200
committerVolker Lendecke <vl@samba.org>2008-08-10 11:33:15 +0200
commit4dfb6c0347f88d5be278d41c24752e9a98b0d1c8 (patch)
tree328226bbe20fc9ad4b4d3a8d86bc75bfcf2ede02
parent9b9948134eb9d145f5d6610b645440e3e4dd3942 (diff)
downloadsamba-4dfb6c0347f88d5be278d41c24752e9a98b0d1c8.tar.gz
samba-4dfb6c0347f88d5be278d41c24752e9a98b0d1c8.tar.bz2
samba-4dfb6c0347f88d5be278d41c24752e9a98b0d1c8.zip
Remove an unused variable, process.c has its static copy
(This used to be commit 59136544ec16b6ceb14a75259aedd22856832bf1)
-rw-r--r--source3/lib/util.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c
index b346254617..27a1487663 100644
--- a/source3/lib/util.c
+++ b/source3/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;
/***********************************************************************