reader: texinfo: Remove unused import.

This commit is contained in:
David Thompson 2015-11-10 21:38:19 -05:00
parent 77db0bd3cf
commit e867118e50
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@
#:use-module (haunt utils) #:use-module (haunt utils)
#:export (texinfo-reader)) #:export (texinfo-reader))
(use-modules (srfi srfi-19))
(define texi->shtml (define texi->shtml
(compose stexi->shtml texi-fragment->stexi)) (compose stexi->shtml texi-fragment->stexi))