]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2964] (unrelated) cleanup: removed now-unused class attribute.
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 4 Jun 2013 00:28:58 +0000 (17:28 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 4 Jun 2013 00:28:58 +0000 (17:28 -0700)
src/bin/xfrin/xfrin.py.in

index bc208f8d4aa5317a7bbb122f925c5833f638652a..4c93ba6c46713be74fb57694a9af5bc79c116fc7 100755 (executable)
@@ -1372,11 +1372,6 @@ class Xfrin:
     def __init__(self):
         self._max_transfers_in = 10
         self._zones = {}
-        # This is a set of (zone/class) tuples (both as strings),
-        # representing the in-memory zones maintaned by Xfrin. It
-        # is used to trigger Auth/in-memory so that it reloads
-        # zones when they have been transfered in
-        self._memory_zones = set()
         self.recorder = XfrinRecorder()
         self._shutdown_event = threading.Event()
         self._counters = Counters(SPECFILE_LOCATION)