From: Joseph Sutton Date: Tue, 28 Feb 2023 20:34:26 +0000 (+1300) Subject: pytest/getnc_exop: Remove unused variable X-Git-Tag: talloc-2.4.1~1510 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f5e34bdaca9de52a77cf2caaa030415d72989f3;p=thirdparty%2Fsamba.git pytest/getnc_exop: Remove unused variable Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/torture/drs/python/getnc_exop.py b/source4/torture/drs/python/getnc_exop.py index 9c16ecca323..7121b1ba35f 100644 --- a/source4/torture/drs/python/getnc_exop.py +++ b/source4/torture/drs/python/getnc_exop.py @@ -473,7 +473,6 @@ class DrsReplicaSyncTestCase(drs_base.DrsBaseTestCase): "dn": cn3, "objectclass": "container", }) - cn3_id = self._get_identifier(self.ldb_dc1, cn3) (hwm5, utdv5) = self._check_replication([dc3, ou1, ou2, self.ou, cn3], drsuapi.DRSUAPI_DRS_WRIT_REP)