Remove an unused variable, *unwind-to-frame-function*.
authorStas Boukarev <stassats@gmail.com>
Fri, 23 Aug 2013 22:12:41 +0000 (02:12 +0400)
committerStas Boukarev <stassats@gmail.com>
Wed, 28 Aug 2013 14:10:53 +0000 (18:10 +0400)
It isn't used for about three years now.

src/code/debug.lisp
src/code/early-impl.lisp

index 588419a..0b49899 100644 (file)
@@ -1846,11 +1846,6 @@ and LDB (the low-level debugger).  See also ENABLE-DEBUGGER."
   (sb!di:debug-var-info-available
    (sb!di:code-location-debug-fun
     (sb!di:frame-code-location frame))))
-
-;; Hack: ensure that *U-T-F-F* has a tls index.
-#!+unwind-to-frame-and-call-vop
-(let ((sb!vm::*unwind-to-frame-function* (lambda ()))))
-
 \f
 ;;;; debug loop command utilities
 
index 6de6698..00fdf2c 100644 (file)
@@ -47,7 +47,6 @@
                   #!+sb-safepoint *in-safepoint*
                   *free-interrupt-context-index*
                   sb!kernel::*gc-epoch*
-                  sb!vm::*unwind-to-frame-function*
                   sb!vm::*allocation-pointer*
                   sb!vm::*binding-stack-pointer*
                   sb!vm::*fp-constant-0d0*