changelog shortlog graph tags branches files raw help

Mercurial > core / changeset: rm dbg code

changeset 386: 337c50af92ad
parent 385: 37949b3c203a
child 387: 8252ee515756
author: Richard Westhaver <ellis@rwest.io>
date: Thu, 30 May 2024 21:48:39 +0000
files: lisp/std/sys.lisp
description: rm dbg code
     1.1--- a/lisp/std/sys.lisp	Thu May 30 21:17:20 2024 +0000
     1.2+++ b/lisp/std/sys.lisp	Thu May 30 21:48:39 2024 +0000
     1.3@@ -59,9 +59,6 @@
     1.4                     (funcall completion-function
     1.5                              (zerop (sb-posix:wexitstatus status))))))))))))
     1.6 
     1.7-;; TODO 2024-05-09: 
     1.8-(setq *test* (the integer 1))
     1.9-
    1.10 (defparameter *gc-logfile* #P"gc.log")
    1.11 
    1.12 (defun enable-gc-logfile (&optional (file *gc-logfile*))