diff options
| author | Brendan Punsky <bpunsky@gmail.com> | 2019-02-14 20:25:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-14 20:25:13 -0500 |
| commit | 222e5c8ae9cb9e41f532cf7a7fdf130b2861eec4 (patch) | |
| tree | 1ee7714d9af406331a6fa12a8ace9c13210d9ebb /core/path | |
| parent | 772dc47f553cedc2d1a0f6781cff6ca0f0eb81c9 (diff) | |
Delete path_linux.odin
Delete useless path_linux.odin stub
Diffstat (limited to 'core/path')
| -rw-r--r-- | core/path/path_linux.odin | 7 |
1 files changed, 0 insertions, 7 deletions
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"); |