diff options
author | Volker Lendecke <vl@samba.org> | 2009-01-30 23:44:21 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-01-31 11:09:39 +0100 |
commit | d94e9c802ceddeff93168337b6fc5533db7f2d33 (patch) | |
tree | f38232bdd6402b386b2248793d99cc02eceb68e6 /source3/lib | |
parent | b99859b948f31dbe474b6ce0c6cab601e7e7bc56 (diff) | |
download | samba-d94e9c802ceddeff93168337b6fc5533db7f2d33.tar.gz samba-d94e9c802ceddeff93168337b6fc5533db7f2d33.tar.bz2 samba-d94e9c802ceddeff93168337b6fc5533db7f2d33.zip |
Remove the global variable "chain_size"
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/util.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c index 195065a1e0..df01c0306f 100644 --- a/source3/lib/util.c +++ b/source3/lib/util.c @@ -57,9 +57,6 @@ extern unsigned int global_clobber_region_line; enum protocol_types Protocol = PROTOCOL_COREPLUS; -/* this is used by the chaining code */ -int chain_size = 0; - static enum remote_arch_types ra_type = RA_UNKNOWN; /*********************************************************************** |