From 62a1e13b294d26f44d764810344ead5b58b8eb53 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sat, 11 Jun 2011 15:22:34 +0200 Subject: s4:ntvfs/smb2/vfs_smb2.c - remove unused variable Reviewed-by: Jelmer --- source4/ntvfs/smb2/vfs_smb2.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4') diff --git a/source4/ntvfs/smb2/vfs_smb2.c b/source4/ntvfs/smb2/vfs_smb2.c index 24f0c33b1d..889c534dd0 100644 --- a/source4/ntvfs/smb2/vfs_smb2.c +++ b/source4/ntvfs/smb2/vfs_smb2.c @@ -162,7 +162,6 @@ static NTSTATUS cvfs_connect(struct ntvfs_module_context *ntvfs, NTSTATUS status; struct cvfs_private *p; const char *host, *user, *pass, *domain, *remote_share, *sharename; - struct composite_context *creq; struct share_config *scfg = ntvfs->ctx->config; struct smb2_tree *tree; struct cli_credentials *credentials; -- cgit