Remove unused variables in the compiler.
authorStas Boukarev <stassats@gmail.com>
Fri, 31 May 2013 16:08:19 +0000 (20:08 +0400)
committerStas Boukarev <stassats@gmail.com>
Sun, 2 Jun 2013 16:24:55 +0000 (20:24 +0400)
*code-vector* *next-location* *result-fixups* were last seen being
used on 24 Aug 1990.

src/compiler/main.lisp

index 9452532..1223388 100644 (file)
@@ -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*