Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
Signed-off-by: disksing <[email protected]>
  • Loading branch information
disksing committed Feb 22, 2021
1 parent d6ddea9 commit ddbccf0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion kv/kv.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ const (
)

// StoreType represents the type of a store.
// Type enums should sync with store/tikv.StoreType.
type StoreType uint8

const (
Expand Down
1 change: 0 additions & 1 deletion store/tikv/store_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ func GetStoreTypeByMeta(store *metapb.Store) StoreType {
type StoreType uint8

// Store type enums.
// They should be synced with tidb/kv.StoreType.
const (
TiKV StoreType = iota
TiFlash
Expand Down

0 comments on commit ddbccf0

Please sign in to comment.