From 94ab79fb440852d0219a56877dd5e10a477efa08 Mon Sep 17 00:00:00 2001 From: Douglas Katzman Date: Mon, 24 Jul 2017 11:18:04 -0400 Subject: [PATCH] Remove comment obsoleted by change 453dc0a7ab --- src/compiler/generic/objdef.lisp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/compiler/generic/objdef.lisp b/src/compiler/generic/objdef.lisp index e04a49f8b..a20c4341a 100644 --- a/src/compiler/generic/objdef.lisp +++ b/src/compiler/generic/objdef.lisp @@ -23,9 +23,6 @@ ;;;; SIMPLE-FUN-DEBUG-INFO slot holding a tagged object which needs ;;;; to be GCed, you need to tweak scav_code_header() and ;;;; verify_space() in gencgc.c, and the corresponding code in gc.c. -;;;; * The src/runtime/print.c code (used by LDB) is implemented -;;;; using hand-written lists of slot names, which aren't automatically -;;;; generated from the code in this file. ;;;; * Various code (e.g. STATIC-FSET in genesis.lisp) is hard-wired ;;;; to know the name of the last slot of the object the code works ;;;; with, and implicitly to know that the last slot is special (being -- 2.11.4.GIT