summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2012-03-06 00:31:13 +0100
committerAndy Wingo <wingo@pobox.com>2012-03-06 00:51:49 +0100
commit0f6f5fb7f83e6faa3547a116cd6b43d947f429b0 (patch)
tree2218d451c676f98a1b9755bdda6389890c818671
parent418321524a3a239326cb96f2dbd03c16cea9b762 (diff)
downloadguile-0f6f5fb7f83e6faa3547a116cd6b43d947f429b0.tar.gz
remove deprecated close-io-port
* module/ice-9/boot-9.scm (close-io-port): Remove proc that was deprecated in 2.0.
-rw-r--r--module/ice-9/boot-9.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/module/ice-9/boot-9.scm b/module/ice-9/boot-9.scm
index 9457a9710..fab1e1735 100644
--- a/module/ice-9/boot-9.scm
+++ b/module/ice-9/boot-9.scm
@@ -298,8 +298,6 @@ file with the given name already exists, the effect is unspecified."
"Open file with name STR for both input and output."
(open-file str OPEN_BOTH))
-(define close-io-port close-port)
-
(define (call-with-input-file str proc)
"PROC should be a procedure of one argument, and STR should be a
string naming a file. The file must