From ad0fe71bbf1f5d3d801dfbf541405e09147af3cb Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Fri, 29 May 2026 11:01:14 +0200 Subject: [PATCH] rm comment --- channels/reliable_channel.nim | 2 -- 1 file changed, 2 deletions(-) diff --git a/channels/reliable_channel.nim b/channels/reliable_channel.nim index a0ff037bf..656521dd4 100644 --- a/channels/reliable_channel.nim +++ b/channels/reliable_channel.nim @@ -261,8 +261,6 @@ proc onReadyToSend( self.requestIds.mgetOrPut(channelReqId, @[]).add(messagingReqId) idx.inc() - ## Prune once after the index walk completes. Calling it inside the - ## loop would shift entries and misalign `idx` for the next iteration. self.pruneCompletedChannelReqs() proc send*(