aboutsummaryrefslogtreecommitdiff
path: root/core/runtime/default_allocators_js.odin
diff options
context:
space:
mode:
Diffstat (limited to 'core/runtime/default_allocators_js.odin')
-rw-r--r--core/runtime/default_allocators_js.odin5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/runtime/default_allocators_js.odin b/core/runtime/default_allocators_js.odin
deleted file mode 100644
index 715073f08..000000000
--- a/core/runtime/default_allocators_js.odin
+++ /dev/null
@@ -1,5 +0,0 @@
-//+build js
-package runtime
-
-default_allocator_proc :: panic_allocator_proc
-default_allocator :: panic_allocator