html.parser.printer: tagstack isn't used here.

char-rename
John Benediktsson 2016-11-10 14:52:18 -08:00
parent d0ae3275b1
commit 9d1edc62c7
1 changed files with 0 additions and 2 deletions

View File

@ -91,12 +91,10 @@ M: src-printer print-closing-tag ( tag -- )
SYMBOL: tab-width SYMBOL: tab-width
SYMBOL: #indentations SYMBOL: #indentations
SYMBOL: tagstack
: prettyprint-html ( vector -- ) : prettyprint-html ( vector -- )
[ [
T{ html-prettyprinter } html-printer set T{ html-prettyprinter } html-printer set
V{ } clone tagstack set
2 tab-width set 2 tab-width set
0 #indentations set 0 #indentations set
print-tags print-tags