From 7c6f1fb294635f25e5e70592f37871902c7525ca Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 11 Sep 2012 16:25:50 +0200 Subject: [PATCH] s4:torture:smb2: remove an unused variable from the oplock-exclusive1 test --- source4/torture/smb2/oplock.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/source4/torture/smb2/oplock.c b/source4/torture/smb2/oplock.c index d4899439860..7e0ea7d2e04 100644 --- a/source4/torture/smb2/oplock.c +++ b/source4/torture/smb2/oplock.c @@ -364,7 +364,6 @@ static bool test_smb2_oplock_exclusive1(struct torture_context *tctx, NTSTATUS status; bool ret = true; union smb_open io; - union smb_unlink unl; struct smb2_handle h1; struct smb2_handle h; @@ -411,8 +410,6 @@ static bool test_smb2_oplock_exclusive1(struct torture_context *tctx, CHECK_VAL(break_info.failures, 0); torture_comment(tctx, "unlink it - should also be no break\n"); - unl.unlink.in.pattern = fname; - unl.unlink.in.attrib = 0; status = smb2_util_unlink(tree2, fname); torture_assert_ntstatus_equal(tctx, status, NT_STATUS_SHARING_VIOLATION, "Incorrect status"); -- 2.11.4.GIT