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