projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d58eac
)
version.lisp-expr
author
Daniel Barlow
<dan@telent.net>
Sat, 12 Jun 2004 13:55:49 +0000
(13:55 +0000)
committer
Daniel Barlow
<dan@telent.net>
Sat, 12 Jun 2004 13:55:49 +0000
(13:55 +0000)
src/compiler/globaldb.lisp
patch
|
blob
|
history
diff --git
a/src/compiler/globaldb.lisp
b/src/compiler/globaldb.lisp
index
18c0ebb
..
c73acaa
100644
(file)
--- a/
src/compiler/globaldb.lisp
+++ b/
src/compiler/globaldb.lisp
@@
-906,7
+906,6
@@
;;; the current environment, allowing any inherited info to become
;;; visible. We return true if there was any info.
(defun clear-info (class type name)
- #!+sb-doc
(let ((info (type-info-or-lose class type)))
(clear-info-value name (type-info-number info))))
#!-sb-fluid