From 4dfb6c0347f88d5be278d41c24752e9a98b0d1c8 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 10 Aug 2008 11:33:15 +0200 Subject: Remove an unused variable, process.c has its static copy (This used to be commit 59136544ec16b6ceb14a75259aedd22856832bf1) --- source3/lib/util.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/lib/util.c') diff --git a/source3/lib/util.c b/source3/lib/util.c index b3462546177..27a1487663d 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; /*********************************************************************** -- cgit