[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) (generators)
(xml) (xml)
(fmt fmt) (fmt fmt)
(only (srfi s1 lists) iota) (only (srfi s1 lists) iota))
(srfi s27 random-bits))
(define (div-down n d) (define (div-down n d)
(floor (/ n d))) (floor (/ n d)))