BIND 10 trac1457, updated. 0cdd1593225256d36486590cfca23ab35ae15879 [1457] removed a line of unused code

BIND 10 source code commits bind10-changes at lists.isc.org
Wed May 30 13:03:14 UTC 2012


The branch, trac1457 has been updated
       via  0cdd1593225256d36486590cfca23ab35ae15879 (commit)
      from  6296009e6fe929f80676b6f21ed838361e49358c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0cdd1593225256d36486590cfca23ab35ae15879
Author: Jelte Jansen <jelte at isc.org>
Date:   Wed May 30 15:02:41 2012 +0200

    [1457] removed a line of unused code

-----------------------------------------------------------------------

Summary of changes:
 src/lib/python/isc/ddns/session.py |    1 -
 1 file changed, 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/ddns/session.py b/src/lib/python/isc/ddns/session.py
index 02a12e9..4af8540 100644
--- a/src/lib/python/isc/ddns/session.py
+++ b/src/lib/python/isc/ddns/session.py
@@ -89,7 +89,6 @@ def foreach_rr_in_rrset(rrset, method, *kwargs):
                                   rrset.get_type(),
                                   rrset.get_ttl())
         tmp_rrset.add_rdata(rdata)
-        a = []
         # Replace the rrset in the original arguments by our rrset
         args = [arg if arg != rrset else tmp_rrset for arg in kwargs]
         result = method(*args)



More information about the bind10-changes mailing list