]> gitweb.factorcode.org Git - factor.git/blobdiff - core/continuations/continuations.factor
continuations: remove seemingly unhelpful comment.
[factor.git] / 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