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