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 | 55f8ca432b60a8e85a6c68eaedaabf45615484af (patch) | |
| tree | 8ca8ed48c5e8ff8bf045ba22f8430f190f7a6ba6 /source3 | |
| parent | 15b14fc8574b67e0661524e1d26a2f1561df0c39 (diff) | |
| download | samba-55f8ca432b60a8e85a6c68eaedaabf45615484af.tar.gz samba-55f8ca432b60a8e85a6c68eaedaabf45615484af.tar.xz samba-55f8ca432b60a8e85a6c68eaedaabf45615484af.zip | |
Remove some unused variables uncovered by the build farm.
(This used to be commit 084e4678c0876ebd6e756192866103ae037f3258)
Diffstat (limited to 'source3')
| -rw-r--r-- | source3/libsmb/libsmb_compat.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/libsmb/libsmb_compat.c b/source3/libsmb/libsmb_compat.c index 4c96c41c56..cc23835ae3 100644 --- a/source3/libsmb/libsmb_compat.c +++ b/source3/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) |
