]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/threads/threads.factor
Remove unused words. Fixes #132.
[factor.git] / basis / threads / threads.factor
index 27eb8cfaad9b347f9b0760020be40e64564af555..c0b955cf7adc477be0dab8a0af70a71284a51815 100644 (file)
@@ -167,8 +167,6 @@ CONSTANT: [start]
         stop
     ]
 
-: no-runnable-threads ( -- ) die ;
-
 GENERIC: (next) ( obj thread -- obj' )
 
 M: thread (next)