From 5f19eb8e5813c7e089d12f8b7803740f9c2a94fa Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 2 Feb 2012 15:56:48 +0100 Subject: s4:torture:smb2:notify: remove an unused variable --- source4/torture/smb2/notify.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/torture/smb2/notify.c') diff --git a/source4/torture/smb2/notify.c b/source4/torture/smb2/notify.c index 5b249d7ac8..4509be6a2c 100644 --- a/source4/torture/smb2/notify.c +++ b/source4/torture/smb2/notify.c @@ -845,7 +845,6 @@ static bool torture_smb2_notify_mask(struct torture_context *torture, uint32_t mask; int i; char c = 1; - struct timeval tv; union smb_setfileinfo sinfo; smb2_deltree(tree1, BASEDIR); @@ -853,7 +852,6 @@ static bool torture_smb2_notify_mask(struct torture_context *torture, torture_comment(torture, "TESTING CHANGE NOTIFY COMPLETION FILTERS\n"); - tv = timeval_current_ofs(1000, 0); /* get a handle on the directory -- cgit