]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/concurrency/semaphores/semaphores-docs.factor
factor: trim using lists
[factor.git] / basis / concurrency / semaphores / semaphores-docs.factor
index 3af1176d7a63f956ceede3b4e4efe7a349da1f72..460ac752dc90e6d5958b31c836fb4eb08676ec5d 100644 (file)
@@ -1,5 +1,5 @@
 IN: concurrency.semaphores
-USING: help.markup help.syntax kernel quotations calendar ;
+USING: help.markup help.syntax quotations calendar ;
 
 HELP: semaphore
 { $class-description "The class of counting semaphores. New instances can be created by calling " { $link <semaphore> } "." } ;