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:
parent
418321524a
commit
0f6f5fb7f8
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue