From 4a96fd2ef17dc5c921a3d077522ebe54a24fda51 Mon Sep 17 00:00:00 2001 From: Joe Bryan Date: Sun, 6 Dec 2020 01:22:29 -0800 Subject: [PATCH] vere: remove (no-op) handler for obsolete %init effect --- pkg/urbit/vere/io/term.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pkg/urbit/vere/io/term.c b/pkg/urbit/vere/io/term.c index 00968357d..fe58abc32 100644 --- a/pkg/urbit/vere/io/term.c +++ b/pkg/urbit/vere/io/term.c @@ -1719,14 +1719,6 @@ _term_io_kick(u3_auto* car_u, u3_noun wir, u3_noun cad) u3_Host.xit_i = dat; } break; - // XX obsolete, remove in %zuse and %dill - case c3__init: { - // daemon ignores %init - // u3A->own = u3nc(u3k(p_fav), u3A->own); - // u3l_log("kick: init: %d\n", p_fav); - ret_o = c3y; - } break; - case c3__mass: { ret_o = c3y;