X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcode%2Fdebug.lisp;h=1f633488e311e11cbf6222163811ec981a186879;hb=cd1b14acf6f548b28b8a14e554d779f0473122ec;hp=0b49899c277fca9c38e00d75417532f6f8d64c82;hpb=ebf551c18ccd32e6fa9349cd5edb5b2a51e92ac2;p=sbcl.git diff --git a/src/code/debug.lisp b/src/code/debug.lisp index 0b49899..1f63348 100644 --- a/src/code/debug.lisp +++ b/src/code/debug.lisp @@ -1619,12 +1619,6 @@ and LDB (the low-level debugger). See also ENABLE-DEBUGGER." ;;;; source location printing -;;; Stuff to clean up before saving a core -(defun debug-deinit () - ;; Nothing to do right now. Once there was, maybe once there - ;; will be again. - ) - (defun code-location-source-form (location context &optional (errorp t)) (let* ((start-location (maybe-block-start-location location)) (form-num (sb!di:code-location-form-number start-location)))