Skip to content

Commit

Permalink
PR FIXUP - Remove out of date comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed Jan 30, 2025
1 parent 0fc174d commit 179a1fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions namespace/namespace.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ func prefixed(prefix, key []byte) []byte {

// Iterator creates a new iterator instance
func (nstore *namespaceStore) Iterator(ctx context.Context, opts corekv.IterOptions) corekv.Iterator {
// we can use unsafe here since we already aquired locks
// either prefix (priority) or start/end
if opts.Prefix != nil {
opts.Prefix = nstore.prefixed(opts.Prefix)
} else {
Expand Down

0 comments on commit 179a1fb

Please sign in to comment.