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:
5455ac8
)
Eliminate two unused exports.
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 13 May 2018 06:22:28 +0000
(23:22 -0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 13 May 2018 06:22:28 +0000
(23:22 -0700)
src/runtime/runtime.pkg
patch
|
blob
|
history
diff --git
a/src/runtime/runtime.pkg
b/src/runtime/runtime.pkg
index 9373dae61fb0dc022d72a9f249d007a04ede2997..9aa29e033b9f94a5a28e55fd96dfea46c797d1ac 100644
(file)
--- a/
src/runtime/runtime.pkg
+++ b/
src/runtime/runtime.pkg
@@
-4858,16
+4858,12
@@
USA.
param:printer-string-length-limit)
(export (runtime boot-definitions)
get-param:print-with-maximum-readability?)
- (export (runtime global-database)
- (unparser-state/port context-port))
(export (runtime output-port)
print-top-level)
(export (runtime pretty-printer)
get-param:printer-list-breadth-limit
get-param:printer-list-depth-limit
prefix-pair?)
- (export (runtime record)
- (rtd:unparser-state <context>))
(export (runtime swank)
user-object-type))