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]
|