Skip to content

Commit

Permalink
STAC-21470: Remove commenty
Browse files Browse the repository at this point in the history
  • Loading branch information
craffit committed Aug 20, 2024
1 parent 03ecb9b commit 7d94f76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/mirror/mirror.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ func (m *Mirror) Reflect(req *Request) {
m.tryExecuteNext()
}

// This function assumes the requestsLock is held
func (m *Mirror) tryExecuteNext() {
for _, r := range m.sendQueue.NextExecuteItems() {
go m.executeRequest(r)
Expand Down

0 comments on commit 7d94f76

Please sign in to comment.