1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

remove deprecated close-io-port

* module/ice-9/boot-9.scm (close-io-port): Remove proc that was
  deprecated in 2.0.
This commit is contained in:
Andy Wingo 2012-03-06 00:31:13 +01:00
parent 418321524a
commit 0f6f5fb7f8

View file

@ -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