From ef6965c882e05d5c5194a39a5e8789e1bc6b89e6 Mon Sep 17 00:00:00 2001 From: Marcus Date: Mon, 24 Jul 2023 13:52:01 -0300 Subject: [PATCH] zuse: remove deprecated arms --- pkg/arvo/sys/zuse.hoon | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/pkg/arvo/sys/zuse.hoon b/pkg/arvo/sys/zuse.hoon index 629857d99..8eb35862e 100644 --- a/pkg/arvo/sys/zuse.hoon +++ b/pkg/arvo/sys/zuse.hoon @@ -4696,22 +4696,6 @@ 4 -- ::de -- ::json - :: +en-json:html: encode json to tape - :: - :: XX: deprecated; use +en:json:html - :: - ++ en-json - |= jon=^json - ^- tape - (trip (en:json jon)) - :: +de-json:html: parse cord to (unit json) - :: - :: XX: deprecated; use +de:json:html - :: - ++ de-json - |= txt=cord - ^- (unit ^json) - (de:json txt) :: :: ++en-xml:html ++ en-xml :: xml printer =< |=(a=manx `tape`(apex a ~))