hash-sets: remove unused import.
parent
57c5420e05
commit
29f6011817
|
@ -2,7 +2,7 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors assocs hashtables kernel sets
|
USING: accessors assocs hashtables kernel sets
|
||||||
sequences parser ;
|
sequences parser ;
|
||||||
QUALIFIED: sets
|
|
||||||
IN: hash-sets
|
IN: hash-sets
|
||||||
|
|
||||||
! In a better implementation, less memory would be used
|
! In a better implementation, less memory would be used
|
||||||
|
|
Loading…
Reference in New Issue