diff options
author | Erik Johnston <erik@matrix.org> | 2020-05-27 19:41:44 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-05-27 19:41:44 +0100 |
commit | 3d7f1b53d98b15e47f494da5cf0d31871c3f54c3 (patch) | |
tree | 1445376d01b5d12bd089f830b10593c832dc49a5 | |
parent | Add test for Linearizer.is_queued(..) (diff) | |
download | synapse-3d7f1b53d98b15e47f494da5cf0d31871c3f54c3.tar.xz |
Remove spurious change
-rw-r--r-- | synapse/replication/tcp/handler.py | 2 |
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] |