# HG changeset patch # User Richard Westhaver # Date 1717105719 0 # Node ID 337c50af92ad02de6280c0f1b54c20e5b1015a0a # Parent 37949b3c203ae75701b4e3f17568ff372b32608a rm dbg code diff -r 37949b3c203a -r 337c50af92ad lisp/std/sys.lisp --- a/lisp/std/sys.lisp Thu May 30 21:17:20 2024 +0000 +++ b/lisp/std/sys.lisp Thu May 30 21:48:39 2024 +0000 @@ -59,9 +59,6 @@ (funcall completion-function (zerop (sb-posix:wexitstatus status)))))))))))) -;; TODO 2024-05-09: -(setq *test* (the integer 1)) - (defparameter *gc-logfile* #P"gc.log") (defun enable-gc-logfile (&optional (file *gc-logfile*))