Delete path_linux.odin

Delete useless path_linux.odin stub
This commit is contained in:
Brendan Punsky
2019-02-14 20:25:13 -05:00
committed by GitHub
parent 772dc47f55
commit 222e5c8ae9

View File

@@ -1,7 +0,0 @@
package path
SEPARATOR :: '/';
SEPARATOR_STRING :: "/";
#compile_assert("Linux is not yet supported");