From: Stas Boukarev Date: Fri, 31 May 2013 16:08:19 +0000 (+0400) Subject: Remove unused variables in the compiler. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=e63e3a55357c0de5220b62097b5ad17efaea6021;p=sbcl.git Remove unused variables in the compiler. *code-vector* *next-location* *result-fixups* were last seen being used on 24 Aug 1990. --- diff --git a/src/compiler/main.lisp b/src/compiler/main.lisp index 9452532..1223388 100644 --- a/src/compiler/main.lisp +++ b/src/compiler/main.lisp @@ -15,7 +15,6 @@ ;;; FIXME: Doesn't this belong somewhere else, like early-c.lisp? (declaim (special *constants* *free-vars* *component-being-compiled* - *code-vector* *next-location* *result-fixups* *free-funs* *source-paths* *continuation-number* *continuation-numbers* *number-continuations* *tn-id* *tn-ids* *id-tns*