From e0a30144c7b1a49066ef3a21bc1eea6ec0fd45ca Mon Sep 17 00:00:00 2001 From: Charles Zhang Date: Mon, 24 Feb 2025 15:38:13 +0100 Subject: [PATCH] Delete obsolete comment. THere's no special being bound there anymore. --- tests/win32-foreign-stack-unwind.impure.lisp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/win32-foreign-stack-unwind.impure.lisp b/tests/win32-foreign-stack-unwind.impure.lisp index 23b766ba5..c6d7a160c 100644 --- a/tests/win32-foreign-stack-unwind.impure.lisp +++ b/tests/win32-foreign-stack-unwind.impure.lisp @@ -31,8 +31,6 @@ (defun establish-return-frame (callback) "Establish an SEH frame for use as a target with PERFORM-TEST-UNWIND and invoke CALLBACK via FUNCALL" - ;; We don't use a LET here because we don't want to accidentally - ;; correct a blown binding stack pointer just yet. (with-alien-callable ((test void () (funcall callback))) (alien-funcall (extern-alien "establish_return_frame"