Skip to content

Commit

Permalink
FIX: removed now unused parse/all refine
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jul 7, 2022
1 parent 592c363 commit 9a592dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mezz/codec-xml.reb
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ register-codec [
; Parse the document and capture the return code from the REBOL
; parse.
;
parse-result: parse/case/all xml-string xmlDocument
parse-result: parse/case xml-string xmlDocument
;
; If the handler doesn't return a specific parse result, then
; return the parse-result we obtained from the REBOL parse.
Expand Down

0 comments on commit 9a592dc

Please sign in to comment.