summaryrefslogtreecommitdiffstats
path: root/source/libsmb
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2003-10-27 06:51:39 +0000
committerRichard Sharpe <sharpe@samba.org>2003-10-27 06:51:39 +0000
commit084e4678c0876ebd6e756192866103ae037f3258 (patch)
tree3c87cd5a946afebdeccd9ce6ffde060b9e415a4f /source/libsmb
parentca3d98d08bfe2c5c8a0f1a0d17160800f85d84b7 (diff)
downloadsamba-084e4678c0876ebd6e756192866103ae037f3258.tar.gz
samba-084e4678c0876ebd6e756192866103ae037f3258.tar.xz
samba-084e4678c0876ebd6e756192866103ae037f3258.zip
Remove some unused variables uncovered by the build farm.
Diffstat (limited to 'source/libsmb')
-rw-r--r--source/libsmb/libsmb_compat.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/libsmb/libsmb_compat.c b/source/libsmb/libsmb_compat.c
index 4c96c41c564..cc23835ae3d 100644
--- a/source/libsmb/libsmb_compat.c
+++ b/source/libsmb/libsmb_compat.c
@@ -115,9 +115,6 @@ static int del_fd(int fd)
int smbc_init(smbc_get_auth_data_fn fn, int debug)
{
- int i;
- struct smbc_compat_fdlist * f;
-
if (!smbc_compat_initialized) {
statcont = smbc_new_context();
if (!statcont)