]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/def-use/def-use.factor
Cleaning up USING: lists for new strict semantics
[factor.git] / basis / compiler / tree / def-use / def-use.factor
index 705f44eeb66105c3032cfb23ef9723aa460ef6bf..fa504919a33e9695d3df5b2290d05a81fbed5ac6 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: arrays namespaces assocs sequences kernel generic assocs
+USING: arrays namespaces sequences kernel generic assocs
 classes vectors accessors combinators sets
 stack-checker.state
 stack-checker.branches