Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5ea297

Browse files
committed
remove comment cian spotted
1 parent bf077d3 commit c5ea297

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

enterprise/replicasync/replicasync.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,6 @@ func (m *Manager) AllPrimary() []database.Replica {
408408
continue
409409
}
410410

411-
// When we assign the non-pointer to a
412-
// variable it loses the reference.
413411
replicas = append(replicas, replica)
414412
}
415413
return replicas

0 commit comments

Comments
 (0)