From 179a1fb3f56e5d223b8cd927872733e16b036281 Mon Sep 17 00:00:00 2001 From: Andrew Sisley Date: Thu, 30 Jan 2025 12:11:35 -0500 Subject: [PATCH] PR FIXUP - Remove out of date comment --- namespace/namespace.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/namespace/namespace.go b/namespace/namespace.go index 21329b0..17b5464 100644 --- a/namespace/namespace.go +++ b/namespace/namespace.go @@ -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 {