about summary refs log tree commit diff
path: root/src/libstd/sys/wasm/env.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/sys/wasm/env.rs')
-rw-r--r--src/libstd/sys/wasm/env.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libstd/sys/wasm/env.rs b/src/libstd/sys/wasm/env.rs
deleted file mode 100644
index 730e356d7fe..00000000000
--- a/src/libstd/sys/wasm/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 = ".wasm";
-    pub const DLL_EXTENSION: &str = "wasm";
-    pub const EXE_SUFFIX: &str = ".wasm";
-    pub const EXE_EXTENSION: &str = "wasm";
-}