Browse Source

Remove unused import

gingerBill 9 tháng trước cách đây
mục cha
commit
4d63ee0794
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 {