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:
0a7ea14
)
Eliminate unused handler for printing URIs.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 18 Mar 2019 05:56:09 +0000
(22:56 -0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 18 Mar 2019 05:56:09 +0000
(22:56 -0700)
src/runtime/printer.scm
patch
|
blob
|
history
diff --git
a/src/runtime/printer.scm
b/src/runtime/printer.scm
index 4e53cb8c0d89e5aa8afed6d1db4e63dddecebb3b..c68d6750519821cceb6a17a06e4dabbb931bcd13 100644
(file)
--- a/
src/runtime/printer.scm
+++ b/
src/runtime/printer.scm
@@
-759,13
+759,7
@@
USA.
(*print-char #\) context*))))
(define (print-record record context)
- (cond ((uri? record) (print-uri record context))
- (else (*print-with-brackets 'record record context '()))))
-
-(define (print-uri uri context)
- (*print-string "#<" context)
- (*print-string (uri->string uri) context)
- (*print-string ">" context))
+ (*print-with-brackets 'record record context '()))
\f
(define (print-pair pair context)
(cond ((prefix-pair? pair)