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"