summary refs log tree commit diff
path: root/synapse/replication/tcp/handler.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-05-27 19:41:44 +0100
committerErik Johnston <erik@matrix.org>2020-05-27 19:41:44 +0100
commit3d7f1b53d98b15e47f494da5cf0d31871c3f54c3 (patch)
tree1445376d01b5d12bd089f830b10593c832dc49a5 /synapse/replication/tcp/handler.py
parentAdd test for Linearizer.is_queued(..) (diff)
downloadsynapse-3d7f1b53d98b15e47f494da5cf0d31871c3f54c3.tar.xz
Remove spurious change
Diffstat (limited to '')
-rw-r--r--synapse/replication/tcp/handler.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/replication/tcp/handler.py b/synapse/replication/tcp/handler.py
index 932e63bd27..cbcf46f3ae 100644
--- a/synapse/replication/tcp/handler.py
+++ b/synapse/replication/tcp/handler.py
@@ -116,8 +116,6 @@ class ReplicationCommandHandler:
         # batching works.
         self._pending_batches = {}  # type: Dict[str, List[Any]]
 
-        self._queued_events = {}  # type: Dict[str, List[Any]]
-
         # The factory used to create connections.
         self._factory = None  # type: Optional[ReconnectingClientFactory]