xml.writer: remove M\ number write-xml.

This is likely an artifact from when numbers were treated as sequences,
which isn't needed anymore.
flac
John Benediktsson 2020-02-26 10:24:23 -08:00 committed by Steve Ayerhart
parent 12664b74ba
commit f703c7aef8
No known key found for this signature in database
GPG Key ID: 5BFD39C5359E967D
1 changed files with 0 additions and 3 deletions

View File

@ -153,9 +153,6 @@ M: directive write-xml
M: instruction write-xml
"<?" write text>> write "?>" write ;
M: number write-xml
"Numbers are not allowed in XML" throw ;
M: sequence write-xml
[ write-xml ] each ;