From e02f9510d039242ac012658aa67e235c68d45fe1 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 14 Oct 2011 14:02:39 -0700 Subject: Removed unused variable. Autobuild-User: Jeremy Allison Autobuild-Date: Sat Oct 15 00:38:28 CEST 2011 on sn-devel-104 --- source3/modules/vfs_scannedonly.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/modules/vfs_scannedonly.c b/source3/modules/vfs_scannedonly.c index c1821bdee8..df1e140f3c 100644 --- a/source3/modules/vfs_scannedonly.c +++ b/source3/modules/vfs_scannedonly.c @@ -382,7 +382,6 @@ static bool scannedonly_allow_access(vfs_handle_struct * handle, TALLOC_CTX *ctx=talloc_tos(); char *cachefile; int retval = -1; - int didloop; DEBUG(SCANNEDONLY_DEBUG, ("smb_fname->base_name=%s, shortname=%s, base_name=%s\n" ,smb_fname->base_name,shortname,base_name)); -- cgit