diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-11-02 14:50:33 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2026-02-08 13:07:10 +0100 |
| commit | 876935065f51b1bb5557cd0e7604d41b0fb9e42f (patch) | |
| tree | f2a96e6ef59d04fab934d99bc3ee4d70833d137a | |
| parent | 940105dc19f70c5ed7efc0d8957b76461616b7fa (diff) | |
remove import
| -rw-r--r-- | core/fmt/fmt_js.odin | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/fmt/fmt_js.odin b/core/fmt/fmt_js.odin index 458a6303c..ccab15220 100644 --- a/core/fmt/fmt_js.odin +++ b/core/fmt/fmt_js.odin @@ -1,8 +1,6 @@ #+build js package fmt -import "core:strings" - foreign import "odin_env" @(private="file") |