From 56969adb3dad6dbaec2410e4e23242b3ce88b696 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sun, 28 Nov 2010 16:07:26 +0100 Subject: s4:torture/smb2/acls.c - remove two unused variables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Autobuild-User: Matthias Dieter Wallnöfer Autobuild-Date: Sun Nov 28 17:22:54 CET 2010 on sn-devel-104 --- source4/torture/smb2/acls.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/torture/smb2/acls.c') diff --git a/source4/torture/smb2/acls.c b/source4/torture/smb2/acls.c index a857f4dcc5..d723ae499b 100644 --- a/source4/torture/smb2/acls.c +++ b/source4/torture/smb2/acls.c @@ -666,8 +666,6 @@ static bool test_owner_bits(struct torture_context *tctx, struct smb2_tree *tree union smb_setfileinfo set; struct security_descriptor *sd, *sd_orig; const char *owner_sid; - bool has_restore_privilege = false; - bool has_take_ownership_privilege = false; uint32_t expected_bits; if (!smb2_util_setup_dir(tctx, tree, BASEDIR)) -- cgit