about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2023-10-03 15:54:44 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2023-10-03 15:54:44 +1100
commitc3127d161a4db9d0f323083d896dbbf5be01be9e (patch)
tree51a44e7a1fabaa9ca943948e640c1241f6339116
parente0d7ed1f453fb54578cc96dfea859b0e7be15016 (diff)
downloadrust-c3127d161a4db9d0f323083d896dbbf5be01be9e.tar.gz
rust-c3127d161a4db9d0f323083d896dbbf5be01be9e.zip
Remove unused features from `rustc_llvm`.
-rw-r--r--compiler/rustc_llvm/Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/rustc_llvm/Cargo.toml b/compiler/rustc_llvm/Cargo.toml
index 34556df3c6d..3880f25a9ba 100644
--- a/compiler/rustc_llvm/Cargo.toml
+++ b/compiler/rustc_llvm/Cargo.toml
@@ -3,10 +3,6 @@ name = "rustc_llvm"
 version = "0.0.0"
 edition = "2021"
 
-[features]
-static-libstdcpp = []
-emscripten = []
-
 [dependencies]
 libc = "0.2.73"