From: David Vázquez Date: Fri, 5 Jul 2013 23:37:46 +0000 (+0200) Subject: Remove comment X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=f33d4fe523a91d6075fc49f20eb1ecf46495f71d;p=jscl.git Remove comment --- diff --git a/src/compiler.lisp b/src/compiler.lisp index 0b6ad0f..96c4475 100644 --- a/src/compiler.lisp +++ b/src/compiler.lisp @@ -736,7 +736,6 @@ `(return (method-call |values| "apply" this (call |forcemv| (get cf "values")))) `(return (get cf "values"))) (throw cf)))) - ;; TODO: is selfcall necessary here? `(selfcall ,cbody))))) (define-compilation return-from (name &optional value)