Merge from 3.0:
authorTim Potter <tpot@samba.org>
Fri, 31 Oct 2003 01:42:21 +0000 (01:42 +0000)
committerTim Potter <tpot@samba.org>
Fri, 31 Oct 2003 01:42:21 +0000 (01:42 +0000)
  Revision 1.2.2.5:

    Remove some unused variables uncovered by the build farm.
(This used to be commit c0585399ac3b6adb22b514478ba44e3c8a96b050)

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 i;
-        struct smbc_compat_fdlist * f;
-        
        if (!smbc_compat_initialized) {
                statcont = smbc_new_context();
                if (!statcont)