浏览代码

Keep -vet happy

gingerBill 1 年之前
父节点
当前提交
7df7fec6f7
共有 2 个文件被更改,包括 0 次插入2 次删除
  1. 0 1
      core/os/os.odin
  2. 0 1
      core/os/os2/file_util.odin

+ 0 - 1
core/os/os.odin

@@ -1,7 +1,6 @@
 package os
 
 import "base:runtime"
-import "core:mem"
 import "core:strconv"
 import "core:unicode/utf8"
 

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

@@ -1,6 +1,5 @@
 package os2
 
-import "core:mem"
 import "base:runtime"
 import "core:strconv"
 import "core:unicode/utf8"