reader: texinfo: Remove unused import.
This commit is contained in:
parent
77db0bd3cf
commit
e867118e50
|
@ -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))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue