diff options
| author | Shotaro Yamada <sinkuu@sinkuu.xyz> | 2019-07-09 00:17:42 +0900 |
|---|---|---|
| committer | Shotaro Yamada <sinkuu@sinkuu.xyz> | 2019-07-09 00:17:42 +0900 |
| commit | b06ed52cfd57a971bf71bb8a4dab1a134cd041a3 (patch) | |
| tree | d13628b141e764634c227113418ed56574ecb06e /src/librustc_codegen_ssa | |
| parent | 10840b8ae2182128f2e1c84b8aaf41452728de07 (diff) | |
| download | rust-b06ed52cfd57a971bf71bb8a4dab1a134cd041a3.tar.gz rust-b06ed52cfd57a971bf71bb8a4dab1a134cd041a3.zip | |
Remove unused dependencies
Diffstat (limited to 'src/librustc_codegen_ssa')
| -rw-r--r-- | src/librustc_codegen_ssa/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_codegen_ssa/Cargo.toml b/src/librustc_codegen_ssa/Cargo.toml index 343596feed2..e7ee06df7e1 100644 --- a/src/librustc_codegen_ssa/Cargo.toml +++ b/src/librustc_codegen_ssa/Cargo.toml @@ -13,7 +13,6 @@ test = false bitflags = "1.0.4" cc = "1.0.1" num_cpus = "1.0" -rustc-demangle = "0.1.15" memmap = "0.6" log = "0.4.5" libc = "0.2.44" |
