浏览代码

Remove accidental core:fmt include in path/filepath

jockus 4 年之前
父节点
当前提交
b261937233
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      core/path/filepath/path.odin

+ 0 - 1
core/path/filepath/path.odin

@@ -2,7 +2,6 @@
 // To process paths usch as URLs that depend on forward slashes regardless of the OS, use the path package
 // To process paths usch as URLs that depend on forward slashes regardless of the OS, use the path package
 package filepath
 package filepath
 
 
-import "core:fmt"
 import "core:strings"
 import "core:strings"
 
 
 // is_separator checks whether the byte is a valid separator character
 // is_separator checks whether the byte is a valid separator character