RST.lisp: Remove call to VISIT-NODE
WRITE-DOCUMENT method for all writers already calls VISIT-NODE.
This commit is contained in:
parent
9e8bf5e4c9
commit
678ea7fe4a
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@
|
||||||
(with-output-to-string (str)
|
(with-output-to-string (str)
|
||||||
(let ((writer (make-instance 'html-writer))
|
(let ((writer (make-instance 'html-writer))
|
||||||
(document (read-rst text)))
|
(document (read-rst text)))
|
||||||
(visit-node writer document)
|
|
||||||
(write-document writer document str))))
|
(write-document writer document str))))
|
||||||
|
|
||||||
(defun enable ())
|
(defun enable ())
|
||||||
|
|
Loading…
Add table
Reference in a new issue