]> gitweb.factorcode.org Git - factor.git/commitdiff
continuations: don't need to init-catchstack twice from init.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 2 Feb 2017 18:00:44 +0000 (10:00 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 2 Feb 2017 18:00:44 +0000 (10:00 -0800)
core/continuations/continuations.factor

index 063038a1d791a377121213fa2a808eb94a4c295e..63a704a07f2649927a2ecc93a58d2e00a810ff08 100644 (file)
@@ -206,7 +206,6 @@ M: condition compute-restarts
 <PRIVATE
 
 : init-error-handler ( -- )
-    init-catchstack
     ! VM calls on error
     [
         OBJ-CURRENT-THREAD special-object error-thread set-global