Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Jan 8, 2025
1 parent 5a8d094 commit 5c5322b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions store/v2/commitment/memiavl/commit.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ var (
_ store.Committer = (*CommitStore)(nil)
_ store.UpgradeableStore = (*CommitStore)(nil)
_ snapshots.CommitSnapshotter = (*CommitStore)(nil)
_ store.PausablePruner = (*CommitStore)(nil)
)

type CommitStore struct {
Expand Down Expand Up @@ -355,13 +354,6 @@ loop:
return snapshotItem, nil
}

func (c *CommitStore) Prune(version uint64) error {
return nil
}

func (c *CommitStore) PausePruning(pause bool) {
}

func (c *CommitStore) Close() error {
return c.db.Close()
}
Expand Down

0 comments on commit 5c5322b

Please sign in to comment.