Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Littley <[email protected]>
  • Loading branch information
cody-littley committed Sep 30, 2024
1 parent 091e6bb commit 39a3521
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/kvstore/tablestore/table_view.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ func (t *tableView) NewIterator(prefix []byte) (iterator.Iterator, error) {
}, nil
}

// TODO it shouldn't be possible to shut down a table like this
// Shutdown shuts down the table.
func (t *tableView) Shutdown() error {
return t.base.Shutdown()
Expand Down

0 comments on commit 39a3521

Please sign in to comment.