Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
1867eb5f
Commit
1867eb5f
authored
Jun 03, 2013
by
JINMEI Tatuya
Browse files
[2964] (unrelated) cleanup: removed now-unused class attribute.
parent
f24dff69
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/xfrin/xfrin.py.in
View file @
1867eb5f
...
...
@@ -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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment