about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorShotaro Yamada <sinkuu@sinkuu.xyz>2019-09-19 22:24:06 +0900
committerShotaro Yamada <sinkuu@sinkuu.xyz>2019-09-23 15:25:00 +0900
commit0423c2a7a35ce17b44b4c93c227177fc0fcd7217 (patch)
treecc2f410a6ae95dfd30e5bd1a1fae6c233b68e40b /src/libstd
parent1dd1884891636d0eb51157d137230076bcf20627 (diff)
downloadrust-0423c2a7a35ce17b44b4c93c227177fc0fcd7217.tar.gz
rust-0423c2a7a35ce17b44b4c93c227177fc0fcd7217.zip
Remove unused dependencies
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml
index af1d2402f88..ee4b367b5c5 100644
--- a/src/libstd/Cargo.toml
+++ b/src/libstd/Cargo.toml
@@ -53,9 +53,6 @@ fortanix-sgx-abi = { version = "0.3.2", features = ['rustc-dep-of-std'] }
 [target.wasm32-wasi.dependencies]
 wasi = { version = "0.7.0", features = ['rustc-dep-of-std', 'alloc'] }
 
-[build-dependencies]
-cc = "1.0"
-
 [features]
 default = ["std_detect_file_io", "std_detect_dlsym_getauxval"]