]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/compiler/cfg/gvn/slots/slots.factor
factor: trim using lists
[factor.git] / extra / compiler / cfg / gvn / slots / slots.factor
index afd2ab89e5f70f68adac02743de96ab1665d19d3..b61f531a173df27331395be838bce29320cbf8ee 100644 (file)
@@ -1,7 +1,6 @@
 ! Copyright (C) 2010 Slava Pestov, 2011 Alex Vondrak.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors combinators.short-circuit cpu.architecture fry
-kernel math
+USING: accessors cpu.architecture kernel math
 compiler.cfg.instructions
 compiler.cfg.gvn.graph
 compiler.cfg.gvn.avail