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