From: JINMEI Tatuya Date: Tue, 4 Jun 2013 00:28:58 +0000 (-0700) Subject: [2964] (unrelated) cleanup: removed now-unused class attribute. X-Git-Tag: bind10-1.2.0beta1-release~423^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1867eb5f882da2cc6cb5c8be897d9affcf125e28;p=thirdparty%2Fkea.git [2964] (unrelated) cleanup: removed now-unused class attribute. --- diff --git a/src/bin/xfrin/xfrin.py.in b/src/bin/xfrin/xfrin.py.in index bc208f8d4a..4c93ba6c46 100755 --- a/src/bin/xfrin/xfrin.py.in +++ b/src/bin/xfrin/xfrin.py.in @@ -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)