projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc7cd34
)
Remove unused variables in the compiler.
author
Stas Boukarev
<stassats@gmail.com>
Fri, 31 May 2013 16:08:19 +0000
(20:08 +0400)
committer
Stas 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
patch
|
blob
|
history
diff --git
a/src/compiler/main.lisp
b/src/compiler/main.lisp
index
9452532
..
1223388
100644
(file)
--- 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*