]> gitweb.factorcode.org Git - factor.git/commitdiff
continuations: remove seemingly unhelpful comment.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 21 Feb 2014 16:32:01 +0000 (08:32 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 21 Feb 2014 16:36:31 +0000 (08:36 -0800)
core/continuations/continuations.factor

index 03142e7c32b2e167ab6f5365849d028b21a4f257..ff244a5bda6edd24cc4094f744bdd65804a39234 100644 (file)
@@ -201,7 +201,6 @@ M: condition compute-restarts
     init-catchstack
     ! VM calls on error
     [
-        ! 65 = self
         OBJ-CURRENT-THREAD special-object error-thread set-global
         current-continuation error-continuation set-global
         [ original-error set-global ] [ rethrow ] bi