diff --git a/space/space.go b/space/space.go index 1e1dd63..e9d9e13 100644 --- a/space/space.go +++ b/space/space.go @@ -655,7 +655,6 @@ type Entry[K, V comparable] struct { } // IteratorAndDeallocator iterates over items and deallocates space. -// FIXME (wojciech): hashKey is missing. func IteratorAndDeallocator[K, V comparable]( spaceRoot types.Pointer, state *alloc.State,