diff --git a/synapse/replication/tcp/handler.py b/synapse/replication/tcp/handler.py index 932e63bd2..cbcf46f3a 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]