aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/parse.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-06-12 23:11:39 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-06-12 23:16:51 +0200
commit787972d91b0eb51f5851ecbc4d7028d8e09ec327 (patch)
tree079f3d0149197fcadd4c3961597e329e2284fa77 /module/vcomponent/parse.scm
parentAdd benchmarking script. (diff)
downloadcalp-787972d91b0eb51f5851ecbc4d7028d8e09ec327.tar.gz
calp-787972d91b0eb51f5851ecbc4d7028d8e09ec327.tar.xz
Resolve some TODO's.
Diffstat (limited to 'module/vcomponent/parse.scm')
-rw-r--r--module/vcomponent/parse.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/module/vcomponent/parse.scm b/module/vcomponent/parse.scm
index 55cf706f..960fb6eb 100644
--- a/module/vcomponent/parse.scm
+++ b/module/vcomponent/parse.scm
@@ -59,8 +59,6 @@
;; NOTE These events also share UID, but are diferentiated
;; by RECURRENCE-ID. As far as I can tell this goes against
;; the standard. Section 3.8.4.4.
- ;; TODO Also make this grouping when reading in a whole
- ;; icalendar-file (one with multiple events)
(case (length events)
[(0) (warning "No events in component~%~a"
(attr item 'X-HNH-FILENAME))]