diff --git a/yacc/console/ast.go b/yacc/console/ast.go index c1999c3bf..27123db7b 100644 --- a/yacc/console/ast.go +++ b/yacc/console/ast.go @@ -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 }