]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tests/krb5: Remove unused copy-and-paste remnant
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 3 Nov 2022 01:48:48 +0000 (14:48 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 8 Nov 2022 02:39:37 +0000 (02:39 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/krb5/protected_users_tests.py

index a03ccaf0c66d40b65c624f7fef145d05600ead1d..441ccd178cd07b8152d124192db4c81720189cd6 100755 (executable)
@@ -54,12 +54,6 @@ global_hexdump = False
 
 
 class ProtectedUsersTests(KDCBaseTest):
-    @classmethod
-    def setUpClass(cls):
-        super().setUpClass()
-
-        cls._search_iterator = None
-
     def setUp(self):
         super().setUp()
         self.do_asn1_print = global_asn1_print