Remove outdated comment

Locks are gone for good.
This commit is contained in:
Simon Ser 2020-04-07 19:57:36 +02:00
parent 3195809c30
commit 0a895b591e
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 0 additions and 2 deletions

View File

@ -166,8 +166,6 @@ func (uc *upstreamConn) endPendingLISTs(all bool) (found bool) {
} }
func (uc *upstreamConn) trySendLIST(downstreamID uint64) { func (uc *upstreamConn) trySendLIST(downstreamID uint64) {
// must be called with a lock in uc.user.pendingLISTsLock
if _, ok := uc.pendingLISTDownstreamSet[downstreamID]; ok { if _, ok := uc.pendingLISTDownstreamSet[downstreamID]; ok {
// a LIST command is already pending // a LIST command is already pending
// we will try again when that command is completed // we will try again when that command is completed