diff options
author | Michael Adam <obnox@samba.org> | 2012-02-02 15:53:26 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-02-03 11:10:29 +0100 |
commit | 48ee2c34505099c2bdf84d2c074e94c1a95a3f60 (patch) | |
tree | 7348cac27120194692d8d12f193f8689cf45e801 /source4 | |
parent | 31165925521150b04e907f2fd6869183a7a3b8ef (diff) | |
download | samba-48ee2c34505099c2bdf84d2c074e94c1a95a3f60.tar.gz samba-48ee2c34505099c2bdf84d2c074e94c1a95a3f60.tar.bz2 samba-48ee2c34505099c2bdf84d2c074e94c1a95a3f60.zip |
s4:torture:smb2:notify: remove an unused variable
Diffstat (limited to 'source4')
-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 0e6d7025e2..5b249d7ac8 100644 --- a/source4/torture/smb2/notify.c +++ b/source4/torture/smb2/notify.c @@ -846,7 +846,6 @@ static bool torture_smb2_notify_mask(struct torture_context *torture, int i; char c = 1; struct timeval tv; - NTTIME t; union smb_setfileinfo sinfo; smb2_deltree(tree1, BASEDIR); @@ -855,7 +854,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); - t = timeval_to_nttime(&tv); /* get a handle on the directory |