Browse Source

Remove unused import

gingerBill 7 months ago
parent
commit
4d63ee0794
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/os/os2/allocators.odin

+ 0 - 1
core/os/os2/allocators.odin

@@ -2,7 +2,6 @@
 package os2
 package os2
 
 
 import "base:runtime"
 import "base:runtime"
-import "core:mem"
 
 
 @(require_results)
 @(require_results)
 file_allocator :: proc() -> runtime.Allocator {
 file_allocator :: proc() -> runtime.Allocator {