From 55f8ca432b60a8e85a6c68eaedaabf45615484af Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Mon, 27 Oct 2003 06:51:39 +0000 Subject: Remove some unused variables uncovered by the build farm. (This used to be commit 084e4678c0876ebd6e756192866103ae037f3258) --- source3/libsmb/libsmb_compat.c | 3 --- 1 file changed, 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) -- cgit