From 5d0dc38cfed6b1966d41201d93bc321fbf80f0f6 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Wed, 22 Aug 2018 16:30:02 +1200 Subject: [PATCH] ldb tests: remove unused code from match_rules.py Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- lib/ldb-samba/tests/match_rules.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/ldb-samba/tests/match_rules.py b/lib/ldb-samba/tests/match_rules.py index 7c472816f8d..f36c9fb8ca7 100755 --- a/lib/ldb-samba/tests/match_rules.py +++ b/lib/ldb-samba/tests/match_rules.py @@ -1128,9 +1128,6 @@ class MatchRuleConditionTests(samba.tests.TestCase): FLAG_MOD_ADD, "member") self.ldb.modify(m) - self.question = 6 * (9 -2) - self.answer = 42 - def tearDown(self): super(MatchRuleConditionTests, self).tearDown() self.ldb.delete(self.ou, controls=['tree_delete:0']) -- 2.47.2