From: Douglas Bagnall Date: Thu, 3 Dec 2020 22:19:50 +0000 (+1300) Subject: dbcheck: remove unused fix_incorrect_deleted_objects flag X-Git-Tag: samba-4.14.0rc1~469 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17fb635532dffb51a2237f1291d215d94e433146;p=thirdparty%2Fsamba.git dbcheck: remove unused fix_incorrect_deleted_objects flag This was introduced in db15993401f927fd2fcea1687c4155dce2272aa8 but not actually referenced then or since. Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- diff --git a/python/samba/dbchecker.py b/python/samba/dbchecker.py index e7534f8b660..d2c86e86102 100644 --- a/python/samba/dbchecker.py +++ b/python/samba/dbchecker.py @@ -97,7 +97,6 @@ class dbcheck(object): self.fix_replmetadata_wrong_attid = False self.fix_replmetadata_unsorted_attid = False self.fix_deleted_deleted_objects = False - self.fix_incorrect_deleted_objects = False self.fix_dn = False self.fix_base64_userparameters = False self.fix_utf8_userparameters = False