Skip to content

Commit 728bd4c

Browse files
committed
cleanup
1 parent 2f05cb9 commit 728bd4c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pkg/store/cached_store.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,6 @@ func (cs *CachedStore) PruneBlocks(ctx context.Context, height uint64) error {
169169
return nil
170170
}
171171

172-
// DeleteStateAtHeight removes the state entry at the given height from the underlying store.
173-
func (cs *CachedStore) DeleteStateAtHeight(ctx context.Context, height uint64) error {
174-
// This value is not cached, so nothing to invalidate.
175-
return cs.Store.DeleteStateAtHeight(ctx, height)
176-
}
177-
178172
// Close closes the underlying store.
179173
func (cs *CachedStore) Close() error {
180174
cs.ClearCache()

0 commit comments

Comments
 (0)