[functional-tests] remove some unused imports from (thin-xml)

This commit is contained in:
Joe Thornber 2017-08-17 14:44:03 +01:00
parent a70c25e912
commit 207553dfce

View File

@ -6,8 +6,7 @@
(generators)
(xml)
(fmt fmt)
(only (srfi s1 lists) iota)
(srfi s27 random-bits))
(only (srfi s1 lists) iota))
(define (div-down n d)
(floor (/ n d)))