aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-07 13:25:09 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-07 13:25:09 +0200
commit6f5e69523f7cc33533e6097041438a6903d0be37 (patch)
tree3d24d6ce2b9c8c99eeab08bcf7d4a77c14839faf
parentHTML add defer to script tags. (diff)
downloadcalp-6f5e69523f7cc33533e6097041438a6903d0be37.tar.gz
calp-6f5e69523f7cc33533e6097041438a6903d0be37.tar.xz
Remove bytevector depend in vcomponent/parse.
-rw-r--r--module/vcomponent/parse.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/vcomponent/parse.scm b/module/vcomponent/parse.scm
index 0b5f5529..0caa65e7 100644
--- a/module/vcomponent/parse.scm
+++ b/module/vcomponent/parse.scm
@@ -5,7 +5,6 @@
;;; Code:
(define-module (vcomponent parse)
- :use-module (rnrs bytevectors)
:use-module (srfi srfi-1)
:use-module ((ice-9 hash-table) :select (alist->hash-table))