]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/threads/threads.factor
factor: Trimming ``USING:`` lists.
[factor.git] / basis / threads / threads.factor
index 586c2cf220241ee4140333ce8a4556127f353a55..c48a69ed87fab8a5444c2de9eda8760c1eba7dca 100644 (file)
@@ -2,7 +2,7 @@
 ! Copyright (C) 2005 Mackenzie Straight.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien.private arrays assocs boxes combinators
-continuations continuations.private deques dlists fry hashtables
+continuations continuations.private deques dlists hashtables
 heaps init kernel kernel.private math math.order namespaces
 quotations sequences strings system ;
 IN: threads