From 6e748ed8000d2fd366c9de9d65b095b3497560d6 Mon Sep 17 00:00:00 2001 From: dzaima Date: Fri, 30 Dec 2022 01:50:00 +0200 Subject: [PATCH] remove unused rt_* globals --- src/load.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/load.c b/src/load.c index ebc858ae..ea5cb55c 100644 --- a/src/load.c +++ b/src/load.c @@ -106,8 +106,8 @@ B comp_currArgs; B comp_currSrc; B comp_currRe; // ⟨REPL mode ⋄ scope ⋄ compiler ⋄ runtime ⋄ glyphs ⋄ sysval names ⋄ sysval values⟩ -B rt_undo, rt_select, rt_slash, rt_pick, rt_insert, rt_depth, - rt_group, rt_under, rt_count, rt_find, rt_transp; +B rt_undo, rt_select, rt_slash, rt_insert, rt_depth, + rt_group, rt_under, rt_find, rt_transp; Block* load_compObj(B x, B src, B path, Scope* sc) { // consumes x,src SGet(x) usz xia = IA(x);