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

This is likely an artifact from when numbers were treated as sequences,
which isn't needed anymore.
master
John Benediktsson 2020-02-26 10:24:23 -08:00
parent 994ecb655b
commit 522f30e520
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 ;