From 3a72cdb33aa34fa1d950b73c6ab6698bdc364bb4 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 26 Sep 2013 21:27:42 -0700 Subject: torture: Remove an unused variable Signed-off-by: Volker Lendecke Reviewed-by: Stefan Metzmacher --- source4/torture/smb2/getinfo.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4') diff --git a/source4/torture/smb2/getinfo.c b/source4/torture/smb2/getinfo.c index 34fc8eef0d..427fdd9a3a 100644 --- a/source4/torture/smb2/getinfo.c +++ b/source4/torture/smb2/getinfo.c @@ -352,7 +352,6 @@ static bool torture_smb2_qsec_buffercheck(struct torture_context *tctx) struct smb2_create c; NTSTATUS status; struct smb2_handle handle; - int i; printf("Testing SMB2_GETINFO_SECURITY buffer sizes\n"); -- cgit