]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/persistent/hashtables/config/config.factor
factor: trim more using lists.
[factor.git] / basis / persistent / hashtables / config / config.factor
index 1aeb4e0f41bc1164fc6668c76c11a142a165974f..3fe9f6683e24dae1dd1b73cf27de72d78deb6f5e 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: layouts kernel parser math math.bitwise sequences ;
+USING: kernel layouts math math.bitwise sequences ;
 IN: persistent.hashtables.config
 
 : radix-bits ( -- n ) << cell 4 = 4 5 ? suffix! >> ; foldable