aboutsummaryrefslogtreecommitdiff
path: root/core/path
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-01-09 23:43:34 +0000
committergingerBill <bill@gingerbill.org>2021-01-09 23:43:34 +0000
commit3bcccf88d578360bcc97e5903b316b2cfac39b03 (patch)
tree0ae3f1f1ff2ced7b80fa23fe949443c90b92935a /core/path
parent9e8c46b8de123829f26c2e92fcaf15a81c9b6b01 (diff)
vet all core packages
Diffstat (limited to 'core/path')
-rw-r--r--core/path/path.odin2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/path/path.odin b/core/path/path.odin
index abdd213f9..7bda85cf8 100644
--- a/core/path/path.odin
+++ b/core/path/path.odin
@@ -6,8 +6,6 @@
package path
import "core:strings"
-import "core:runtime"
-import "core:unicode/utf8"
// is_separator checks whether the byte is a valid separator character
is_separator :: inline proc(c: byte) -> bool {