aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-12-30 16:37:28 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-12-30 16:37:28 +0100
commit01f9c55c7a9787fb2af5212ffa91db76da8680f0 (patch)
treefd0734aeb5c43623f48b9f95b3fbbcd29bf11a00 /tests
parentFix recurrence tests. (diff)
downloadcalp-01f9c55c7a9787fb2af5212ffa91db76da8680f0.tar.gz
calp-01f9c55c7a9787fb2af5212ffa91db76da8680f0.tar.xz
Remove unused imports in tests/recurring.
Diffstat (limited to 'tests')
-rw-r--r--tests/recurring.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/recurring.scm b/tests/recurring.scm
index 134b9922..b32759ba 100644
--- a/tests/recurring.scm
+++ b/tests/recurring.scm
@@ -1,9 +1,8 @@
(((srfi srfi-41) stream-take stream-map stream->list)
- ((srfi srfi-1) find)
((srfi srfi-19) date->time-utc time-utc->date)
((srfi srfi-19 util) day-stream)
- ((guile) make-struct/no-tail)
- ((vcomponent base) children extract type attr)
+ ((vcomponent base) extract attr)
+
((vcomponent) parse-calendar)
((vcomponent recurrence) generate-recurrence-set))