Skip to content

Commit

Permalink
remove unused fields
Browse files Browse the repository at this point in the history
  • Loading branch information
qw4990 committed Apr 27, 2021
1 parent 7af894f commit 5f1a098
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions executor/partition_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (
plannercore "github.com/pingcap/tidb/planner/core"
"github.com/pingcap/tidb/table"
"github.com/pingcap/tidb/util/chunk"
"github.com/pingcap/tidb/util/ranger"
"github.com/pingcap/tipb/go-tipb"
)

Expand All @@ -44,7 +43,6 @@ type nextPartition interface {
// nolint:structcheck
type innerPartitionInfo struct {
isFullPartition bool
nextRange map[int64][]*ranger.Range
}

type nextPartitionForTableReader struct {
Expand Down

0 comments on commit 5f1a098

Please sign in to comment.