Browse Source

[1457] removed a line of unused code

Jelte Jansen 13 years ago
parent
commit
0cdd159322
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/python/isc/ddns/session.py

+ 0 - 1
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)