]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/hashtables/hashtables.factor
cleanup some QUALIFIED: that are no longer needed.
[factor.git] / extra / benchmark / hashtables / hashtables.factor
index d6738de9b6e458e8b2b20f9cc30b6b49868c684b..ca4eb4b8d8f17f6eeee94340765ca118eef2e0ba 100644 (file)
@@ -1,9 +1,7 @@
 ! Copyright (C) 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors assocs combinators kernel locals math
-math.ranges memoize sequences strings hashtables
-math.parser grouping ;
-QUALIFIED: assocs
+USING: accessors assocs combinators grouping kernel locals math
+math.parser math.ranges memoize sequences ;
 IN: benchmark.hashtables
 
 MEMO: strings ( -- str )