From ebf551c18ccd32e6fa9349cd5edb5b2a51e92ac2 Mon Sep 17 00:00:00 2001 From: Stas Boukarev Date: Sat, 24 Aug 2013 02:12:41 +0400 Subject: [PATCH] Remove an unused variable, *unwind-to-frame-function*. It isn't used for about three years now. --- src/code/debug.lisp | 5 ----- src/code/early-impl.lisp | 1 - 2 files changed, 6 deletions(-) diff --git a/src/code/debug.lisp b/src/code/debug.lisp index 588419a..0b49899 100644 --- a/src/code/debug.lisp +++ b/src/code/debug.lisp @@ -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 ())))) - ;;;; debug loop command utilities diff --git a/src/code/early-impl.lisp b/src/code/early-impl.lisp index 6de6698..00fdf2c 100644 --- a/src/code/early-impl.lisp +++ b/src/code/early-impl.lisp @@ -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* -- 1.7.10.4