Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Apr 5, 2024
1 parent 3c72422 commit 6ccf806
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions store/cachemulti/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,6 @@ func NewFromParent(
}
}

func newCacheMultiStoreFromCMS(cms Store) Store {
return Store{
stores: make(map[types.StoreKey]types.CacheWrap),
traceWriter: cms.traceWriter,
traceContext: cms.traceContext,
parentStore: cms.getCacheWrapper,
}
}

func (cms Store) initStore(key types.StoreKey, store types.CacheWrapper) types.CacheWrap {
if cms.TracingEnabled() {
// only support tracing on KVStore.
Expand Down

0 comments on commit 6ccf806

Please sign in to comment.