diff --git a/core/path/path_linux.odin b/core/path/path_linux.odin deleted file mode 100644 index c78b29e57..000000000 --- a/core/path/path_linux.odin +++ /dev/null @@ -1,7 +0,0 @@ -package path - - -SEPARATOR :: '/'; -SEPARATOR_STRING :: "/"; - -#compile_assert("Linux is not yet supported");