diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-11-10 21:38:19 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-11-10 21:49:10 -0500 |
commit | e867118e507d5bc7707f1896a5a3072ca58ab3fb (patch) | |
tree | ab2bdab1dd5861ee0fc084adeeb52547652aee93 | |
parent | 77db0bd3cf2218317c06ef82d666c408165bd2de (diff) |
reader: texinfo: Remove unused import.
-rw-r--r-- | haunt/reader/texinfo.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/haunt/reader/texinfo.scm b/haunt/reader/texinfo.scm index 35c23d5..f496e99 100644 --- a/haunt/reader/texinfo.scm +++ b/haunt/reader/texinfo.scm @@ -30,8 +30,6 @@ #:use-module (haunt utils) #:export (texinfo-reader)) -(use-modules (srfi srfi-19)) - (define texi->shtml (compose stexi->shtml texi-fragment->stexi)) |