mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 02:40:05 +00:00
vet all core packages
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user