Skip to content

Commit

Permalink
Remove TiKV switch
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed May 12, 2020
1 parent 2515ed7 commit f13521e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/persist/persist.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ func New(cfg Config) (Cacher, error) {
return NewDisk(cfg)
case "memory":
return NewMemory(cfg)
case "tikv":
return NewTikV(cfg)
default:
return nil, fmt.Errorf("unknown backend: %q", cfg.Type)
}
Expand Down

0 comments on commit f13521e

Please sign in to comment.