X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fmain.lisp;h=77b353649f93af911093d01f61e42f5091c5c19f;hb=c4fcc5f12e17c67f4b591d2cc0586eb6b256ea04;hp=9dbe9bcc2c436fc775ee83bd2920348bcc0d0727;hpb=746c4003dd76ea67647c87176e4c818f512d59b7;p=sbcl.git diff --git a/src/compiler/main.lisp b/src/compiler/main.lisp index 9dbe9bc..77b3536 100644 --- a/src/compiler/main.lisp +++ b/src/compiler/main.lisp @@ -17,7 +17,6 @@ (declaim (special *constants* *free-vars* *component-being-compiled* *code-vector* *next-location* *result-fixups* *free-funs* *source-paths* - *list-conflicts-table* *continuation-number* *continuation-numbers* *number-continuations* *tn-id* *tn-ids* *id-tns* *label-ids* *label-id* *id-labels* @@ -745,9 +744,6 @@ Examples: ;;; actually in use, so that this function could go away. (defun clear-stuff (&optional (debug-too t)) - ;; Clear debug counters and tables. - (clrhash *list-conflicts-table*) - (when debug-too (clrhash *continuation-numbers*) (clrhash *number-continuations*)