Unwind-to-frame-and-call-VOP doesn't need static symbols.
[sbcl.git] / src / compiler / x86 / parms.lisp
index 8bf3674..9246094 100644 (file)
      ;; For GC-AND-SAVE
      *restart-lisp-function*
 
-     ;; For the UNWIND-TO-FRAME-AND-CALL VOP
-     *unwind-to-frame-function*
-
      ;; Needed for callbacks to work across saving cores. see
      ;; ALIEN-CALLBACK-ASSEMBLER-WRAPPER in c-call.lisp for gory
      ;; details.