From f33d4fe523a91d6075fc49f20eb1ecf46495f71d Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20V=C3=A1zquez?= Date: Sat, 6 Jul 2013 01:37:46 +0200 Subject: [PATCH] Remove comment --- src/compiler.lisp | 1 - 1 file changed, 1 deletion(-) 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) -- 1.7.10.4