1
0
mirror of https://github.com/janet-lang/janet synced 2025-12-11 19:18:07 +00:00

Remove unused def

This commit is contained in:
sogaiu
2025-11-29 23:38:07 +09:00
parent a9e6766958
commit bd1641b936

View File

@@ -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* @{})