From bd1641b9362516568ec590c2eb24c49f1bfbfdc8 Mon Sep 17 00:00:00 2001 From: sogaiu <983021772@users.noreply.github.com> Date: Sat, 29 Nov 2025 23:38:07 +0900 Subject: [PATCH] Remove unused def --- src/boot/boot.janet | 1 - 1 file changed, 1 deletion(-) diff --git a/src/boot/boot.janet b/src/boot/boot.janet index af60ed75..448297af 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -4055,7 +4055,6 @@ Other arguments to `flycheck` are the same as `dofile`. Returns nil. ``` [path &keys kwargs] - (def mc @{}) (def new-env (make-env (get kwargs :env))) (put new-env *flychecking* true) (put new-env *module-cache* @{})