Skip to content

Commit

Permalink
Drop unused constants from ast.go (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
EinKrebs authored Apr 24, 2024
1 parent 4a27609 commit 934e9ca
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions yacc/console/ast.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,6 @@ func (*DistributionSelector) iDrop() {}
func (*ShardSelector) iDrop() {}
func (*TaskGroupSelector) iDrop() {}

const (
EntityRouters = "ROUTERS"
EntityKeyRanges = "KEY_RANGES"
EntityShardingRule = "SHARDING_RULE"
)

type Lock struct {
KeyRangeID string
}
Expand Down

0 comments on commit 934e9ca

Please sign in to comment.