diff options
Diffstat (limited to 'src/libstd/sys/unsupported/env.rs')
| -rw-r--r-- | src/libstd/sys/unsupported/env.rs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libstd/sys/unsupported/env.rs b/src/libstd/sys/unsupported/env.rs deleted file mode 100644 index d2efec506c5..00000000000 --- a/src/libstd/sys/unsupported/env.rs +++ /dev/null @@ -1,9 +0,0 @@ -pub mod os { - pub const FAMILY: &str = ""; - pub const OS: &str = ""; - pub const DLL_PREFIX: &str = ""; - pub const DLL_SUFFIX: &str = ""; - pub const DLL_EXTENSION: &str = ""; - pub const EXE_SUFFIX: &str = ""; - pub const EXE_EXTENSION: &str = ""; -} |
