summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-10-29 16:44:20 +1300
committerAndrew Bartlett <abartlet@samba.org>2018-11-21 07:46:19 +0100
commit047138708965d61c122dce64d57a42419e21e501 (patch)
tree376dba06f0331483dcbbe739f72cd72fb0e7b9ef /python
parentf821f84f2e9a8489dcf8842ce716546f6f8c5ff0 (diff)
downloadsamba-047138708965d61c122dce64d57a42419e21e501.tar.gz
netcmd/ldapcmp: rm unused global var summary
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python')
-rw-r--r--python/samba/netcmd/ldapcmp.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/python/samba/netcmd/ldapcmp.py b/python/samba/netcmd/ldapcmp.py
index 3effc90c04f..338dc049fd2 100644
--- a/python/samba/netcmd/ldapcmp.py
+++ b/python/samba/netcmd/ldapcmp.py
@@ -37,9 +37,6 @@ from samba.netcmd import (
Option,
)
-global summary
-summary = {}
-
class LDAPBase(object):
@@ -848,9 +845,6 @@ class LDAPBundle(object):
raise
for x in res:
dn_list.append(x["dn"].get_linearized())
- #
- global summary
- #
return dn_list
def print_summary(self):