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:
@@ -4055,7 +4055,6 @@
|
|||||||
Other arguments to `flycheck` are the same as `dofile`. Returns nil.
|
Other arguments to `flycheck` are the same as `dofile`. Returns nil.
|
||||||
```
|
```
|
||||||
[path &keys kwargs]
|
[path &keys kwargs]
|
||||||
(def mc @{})
|
|
||||||
(def new-env (make-env (get kwargs :env)))
|
(def new-env (make-env (get kwargs :env)))
|
||||||
(put new-env *flychecking* true)
|
(put new-env *flychecking* true)
|
||||||
(put new-env *module-cache* @{})
|
(put new-env *module-cache* @{})
|
||||||
|
|||||||
Reference in New Issue
Block a user