]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/threads/threads.factor
concurrency.mailboxes: linked-thread's error reporting should still work even when...
[factor.git] / basis / threads / threads.factor
index 30444036146ead8c685bfe568be33933caf9afef..27eb8cfaad9b347f9b0760020be40e64564af555 100644 (file)
@@ -233,8 +233,6 @@ M: real sleep
     '[ _ set-datastack @ ]
     "Thread" spawn drop ;
 
-GENERIC: error-in-thread ( error thread -- )
-
 <PRIVATE
 
 : init-thread-state ( -- )