Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
XuHuaiyu committed Nov 30, 2021
1 parent a06ea90 commit 05a9528
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions util/chunk/mutrow.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,3 @@ func (mr MutRow) ShallowCopyPartialRow(colIdx int, row Row) {
}
}
}

// Reset resets MutRow.
func (mr MutRow) Reset() {
mr.idx = 0
mr.c.Reset()
}

0 comments on commit 05a9528

Please sign in to comment.