Remove backend.Tree

This commit is contained in:
Alexander Neumann 2015-04-29 22:30:00 +02:00
parent 29ead95c96
commit ec108fb708
7 changed files with 8 additions and 31 deletions

View file

@ -10,7 +10,6 @@ const (
Key = "key"
Lock = "lock"
Snapshot = "snapshot"
Tree = "tree"
Index = "index"
)