]> gitweb.factorcode.org Git - factor.git/blobdiff - core/destructors/destructors.factor
core: trim using lists with lint.vocabs tool
[factor.git] / core / destructors / destructors.factor
index acd6ef922d9d67a94fc941eff1a117b894008f77..1ed1ce843384049e35c6b21abcc4595e977d260d 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2007, 2010 Doug Coleman, Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors assocs continuations init kernel namespaces
+USING: accessors assocs continuations kernel namespaces
 sequences sets ;
 IN: destructors