projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d9853a
)
Eliminate less-than-useful comment.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 6 Jan 2018 04:18:50 +0000
(23:18 -0500)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 6 Jan 2018 04:18:50 +0000
(23:18 -0500)
src/runtime/ustring.scm
patch
|
blob
|
history
diff --git
a/src/runtime/ustring.scm
b/src/runtime/ustring.scm
index 3df63120c84c871cc32edc7997fb442186ae6af8..d799ca79e8ee8a0fd9bd5169d3c43196315a419f 100644
(file)
--- a/
src/runtime/ustring.scm
+++ b/
src/runtime/ustring.scm
@@
-1772,7
+1772,6
@@
USA.
(builder
(cond ((bitless-char? object) object)
((string? object) object)
- ;; Needed during boot load:
((symbol? object) (symbol->string object))
(else
(call-with-output-string