diff options
author | Michael Adam <obnox@samba.org> | 2012-02-02 15:56:48 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-02-03 11:10:29 +0100 |
commit | 5f19eb8e5813c7e089d12f8b7803740f9c2a94fa (patch) | |
tree | e72c983100a8432e177e9691e056cb8813af1892 /source4/torture | |
parent | 48ee2c34505099c2bdf84d2c074e94c1a95a3f60 (diff) | |
download | samba-5f19eb8e5813c7e089d12f8b7803740f9c2a94fa.tar.gz samba-5f19eb8e5813c7e089d12f8b7803740f9c2a94fa.tar.bz2 samba-5f19eb8e5813c7e089d12f8b7803740f9c2a94fa.zip |
s4:torture:smb2:notify: remove an unused variable
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/smb2/notify.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 |