Removing unnecesary unnused old layered store (#12999)

Этот коммит содержится в:
Jesús Espino
2019-11-06 12:43:41 +01:00
коммит произвёл GitHub
родитель a85c653f87
Коммит 8febdcf2b8
13 изменённых файлов: 138 добавлений и 1130 удалений

Просмотреть файл

@@ -103,7 +103,7 @@ func (h *MainHelper) setupStore() {
h.ClusterInterface = &FakeClusterInterface{}
h.SqlSupplier = sqlstore.NewSqlSupplier(*h.Settings, nil)
h.Store = &TestStore{
store.NewLayeredStore(h.SqlSupplier, nil, h.ClusterInterface),
h.SqlSupplier,
}
}