]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/environment/environment.factor
basis: use lint.vocabs tool to trim using lists
[factor.git] / basis / environment / environment.factor
index 4647fb45787346539beca577197865680321fd4f..ee3071acbea9a67be0690c5b5d9c84a605c85e58 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: assocs combinators continuations init kernel sequences
+USING: assocs combinators continuations kernel sequences
 splitting system vocabs vocabs.loader ;
 IN: environment