From 207553dfce68cb4fd39540e5768bd22776306a0f Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Thu, 17 Aug 2017 14:44:03 +0100 Subject: [PATCH] [functional-tests] remove some unused imports from (thin-xml) --- functional-tests/thin-xml.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/functional-tests/thin-xml.scm b/functional-tests/thin-xml.scm index c439e62..e3a31e1 100644 --- a/functional-tests/thin-xml.scm +++ b/functional-tests/thin-xml.scm @@ -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)))