about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2022-06-13 21:50:44 +0300
committerklensy <klensy@users.noreply.github.com>2022-06-13 22:20:51 +0300
commit4ea4e2e76db49ce8ee5dbb9656f1a07a24a5c674 (patch)
tree84e9a7e48fb9299f9f00e61940a143f794c7b06b /compiler/rustc_codegen_llvm
parent083721a1a7365d3afe1521cd2661b2201aac0450 (diff)
downloadrust-4ea4e2e76db49ce8ee5dbb9656f1a07a24a5c674.tar.gz
rust-4ea4e2e76db49ce8ee5dbb9656f1a07a24a5c674.zip
remove currently unused deps
Diffstat (limited to 'compiler/rustc_codegen_llvm')
-rw-r--r--compiler/rustc_codegen_llvm/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/Cargo.toml b/compiler/rustc_codegen_llvm/Cargo.toml
index 67183ff5887..383bd8ab7ba 100644
--- a/compiler/rustc_codegen_llvm/Cargo.toml
+++ b/compiler/rustc_codegen_llvm/Cargo.toml
@@ -16,7 +16,6 @@ measureme = "10.0.0"
 tracing = "0.1"
 rustc_middle = { path = "../rustc_middle" }
 rustc-demangle = "0.1.21"
-rustc_arena = { path = "../rustc_arena" }
 rustc_attr = { path = "../rustc_attr" }
 rustc_codegen_ssa = { path = "../rustc_codegen_ssa" }
 rustc_data_structures = { path = "../rustc_data_structures" }