diff --git a/core/hash-sets/hash-sets.factor b/core/hash-sets/hash-sets.factor index 1d2f0ec7d6..3bc5eb88b4 100644 --- a/core/hash-sets/hash-sets.factor +++ b/core/hash-sets/hash-sets.factor @@ -109,16 +109,6 @@ M: hash-set cardinality M: hash-set adjoin ( key hash-set -- ) dup ?grow-hash (adjoin) ; -> set-array-nth ] - [ [ 1 fixnum+fast { array-capacity } declare ] dip length<< ] - 2bi ; inline - -PRIVATE> - M: hash-set members [ array>> [ length ] keep ] [ cardinality ] bi [ [