Skip to content

Commit

Permalink
Remove memo
Browse files Browse the repository at this point in the history
  • Loading branch information
ykadowak committed Oct 3, 2023
1 parent ba241cb commit 436da6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/index/job/correction/service/corrector.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ type vectorReplica struct {
}

// Validate len(addrs) >= 2 before calling this function
// idxだけ渡せば良い?c.addrsに全ての情報があるので?
func (c *correct) checkConsistency(ctx context.Context, targetReplica *vectorReplica, targetAgentIdx int) error {
// leftAgentAddrs is the agents' addr that hasn't been corrected yet.
leftAgentAddrs := c.agentAddrs[targetAgentIdx+1:]
Expand Down

0 comments on commit 436da6e

Please sign in to comment.