From: Douglas Bagnall Date: Thu, 11 Oct 2018 00:41:23 +0000 (+1300) Subject: python/tests/credentials: remove unused variables X-Git-Tag: tdb-1.3.17~1004 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf3d35c8a9604c6b2211d552bc9e02433844ea44;p=thirdparty%2Fsamba.git python/tests/credentials: remove unused variables Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- diff --git a/python/samba/tests/credentials.py b/python/samba/tests/credentials.py index a81bf219618..d2a81506de3 100644 --- a/python/samba/tests/credentials.py +++ b/python/samba/tests/credentials.py @@ -268,8 +268,6 @@ class CredentialsTests(samba.tests.TestCaseInTempDir): os.unlink(passwd_file_name) def test_parse_file_4(self): - realm = "realm.example.com" - domain = "domain" password = "password" username = "username" @@ -293,8 +291,6 @@ class CredentialsTests(samba.tests.TestCaseInTempDir): os.unlink(passwd_file_name) def test_parse_file_5(self): - realm = "realm.example.com" - domain = "domain" password = "password" username = "username"