1
Fork 0
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:
Ian Price 2015-06-06 20:15:25 +01:00
parent 54ce470cf8
commit d1a663baec
4 changed files with 7 additions and 29 deletions

View file

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