mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 09:10:22 +02:00
Get rid of comments and dead branches
This commit is contained in:
parent
54ce470cf8
commit
d1a663baec
4 changed files with 7 additions and 29 deletions
|
@ -182,9 +182,3 @@
|
|||
(display separator port)
|
||||
(printer x port))
|
||||
rest))))
|
||||
|
||||
(define (print-terminated args printer terminator port)
|
||||
(for-each (lambda (x)
|
||||
(printer x port)
|
||||
(display terminator port))
|
||||
args))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue