From 0f6f5fb7f83e6faa3547a116cd6b43d947f429b0 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 6 Mar 2012 00:31:13 +0100 Subject: remove deprecated close-io-port * module/ice-9/boot-9.scm (close-io-port): Remove proc that was deprecated in 2.0. --- module/ice-9/boot-9.scm | 2 -- 1 file changed, 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 -- cgit v1.2.3