diff options
author | Richard Sharpe <sharpe@samba.org> | 2003-10-27 06:51:39 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 2003-10-27 06:51:39 +0000 |
commit | 084e4678c0876ebd6e756192866103ae037f3258 (patch) | |
tree | 3c87cd5a946afebdeccd9ce6ffde060b9e415a4f /source/libsmb | |
parent | ca3d98d08bfe2c5c8a0f1a0d17160800f85d84b7 (diff) | |
download | samba-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.c | 3 |
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) |