Remove some unused variables uncovered by the build farm.
authorRichard Sharpe <sharpe@samba.org>
Mon, 27 Oct 2003 06:51:39 +0000 (06:51 +0000)
committerRichard Sharpe <sharpe@samba.org>
Mon, 27 Oct 2003 06:51:39 +0000 (06:51 +0000)
(This used to be commit 084e4678c0876ebd6e756192866103ae037f3258)

source3/libsmb/libsmb_compat.c

index 4c96c41c564bde7348be4a192189856da3db0ea8..cc23835ae3dccc9957a89ac929040057b9234f20 100644 (file)
@@ -115,9 +115,6 @@ static int del_fd(int fd)
 
 int smbc_init(smbc_get_auth_data_fn fn, int debug)
 {
 
 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) 
        if (!smbc_compat_initialized) {
                statcont = smbc_new_context();
                if (!statcont)