]> gitweb.factorcode.org Git - factor.git/commitdiff
hash-sets: remove unused import.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 6 Sep 2011 18:26:29 +0000 (11:26 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 6 Sep 2011 18:26:29 +0000 (11:26 -0700)
core/hash-sets/hash-sets.factor

index 44de159a61b123db739783a16e0e89fea9a78914..d032c660315379a9334d689773ca512695a017cc 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors assocs hashtables kernel sets
 sequences parser ;
-QUALIFIED: sets
+
 IN: hash-sets
 
 ! In a better implementation, less memory would be used