aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2025-11-02 14:50:33 +0100
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2026-02-08 13:07:10 +0100
commit876935065f51b1bb5557cd0e7604d41b0fb9e42f (patch)
treef2a96e6ef59d04fab934d99bc3ee4d70833d137a
parent940105dc19f70c5ed7efc0d8957b76461616b7fa (diff)
remove import
-rw-r--r--core/fmt/fmt_js.odin2
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")