Skip to content

Commit

Permalink
Merge pull request #88066 from cockroachdb/blathers/backport-release-…
Browse files Browse the repository at this point in the history
…22.2-88022

release-22.2: storage: clean up multi-engine remnants
  • Loading branch information
jbowens committed Sep 21, 2022
2 parents 5cadeae + 8a7538c commit a441ed7
Show file tree
Hide file tree
Showing 14 changed files with 5,817 additions and 6,438 deletions.
5 changes: 0 additions & 5 deletions pkg/kv/kvserver/spanset/batch.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,11 +220,6 @@ func (i *MVCCIterator) IsPrefix() bool {
return i.i.IsPrefix()
}

// SupportsPrev is part of the storage.MVCCIterator interface.
func (i *MVCCIterator) SupportsPrev() bool {
return i.i.SupportsPrev()
}

// EngineIterator wraps a storage.EngineIterator and ensures that it can
// only be used to access spans in a SpanSet.
type EngineIterator struct {
Expand Down
Loading

0 comments on commit a441ed7

Please sign in to comment.