summaryrefslogtreecommitdiffstats
path: root/geo-replication/syncdaemon/rconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'geo-replication/syncdaemon/rconf.py')
-rw-r--r--geo-replication/syncdaemon/rconf.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/geo-replication/syncdaemon/rconf.py b/geo-replication/syncdaemon/rconf.py
index ccac62c63a8..ff716ee4d6d 100644
--- a/geo-replication/syncdaemon/rconf.py
+++ b/geo-replication/syncdaemon/rconf.py
@@ -21,12 +21,6 @@ class RConf(object):
log_exit = False
permanent_handles = []
log_metadata = {}
- """One variable is sufficient to track the
- switching of worker to ACTIVE. Two variables
- are intentionally used to track worker going
- to PASSIVE as well mainly for debugging"""
- active_earlier = False
- passive_earlier = False
mgmt_lock_fd = None
args = None
turns = 0