]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/compiler.factor
Cleaning up USING: lists for new strict semantics
[factor.git] / basis / compiler / compiler.factor
index 01e58461ffedf85b250b979f51def43051a68971..c3d70fdc5bbcdf8eeaf529dd4bcd7e0949488466 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors kernel namespaces arrays sequences io words fry
 continuations vocabs assocs dlists definitions math graphs generic
-generic.single combinators deques search-deques macros io
+generic.single combinators deques search-deques macros
 source-files.errors stack-checker stack-checker.state
 stack-checker.inlining stack-checker.errors combinators.short-circuit
 compiler.errors compiler.units compiler.tree.builder