Skip to content

Commit

Permalink
ttl: remove unused const expiredRowsPerRange
Browse files Browse the repository at this point in the history
fixes #86838

Release justification: Linter fix.
Release note: None
  • Loading branch information
ecwall committed Aug 25, 2022
1 parent 54bc65f commit dd89551
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/sql/ttl/ttljob/ttljob_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ func TestRowLevelTTLJobMultipleNodes(t *testing.T) {
tableName,
)
const rowsPerRange = 10
const expiredRowsPerRange = rowsPerRange / 2
splitPoints := make([]serverutils.SplitPoint, len(splitAts))
for i, splitAt := range splitAts {
newLeaseHolderIdx := (leaseHolderIdx + 1 + i) % numNodes
Expand Down

0 comments on commit dd89551

Please sign in to comment.