From e37d6a9baea1ab18a62e5ed0c136267ea5bf4083 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Thu, 24 Jun 2021 23:03:24 -0700 Subject: rustc_codegen_llvm: Remove unused dependency rustc_feature Unused since commit 622c48e4f1a5bc3727f8ead89767c8a9e367a77e ("Allow making `RUSTC_BOOTSTRAP` conditional on the crate name"). --- compiler/rustc_codegen_llvm/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/rustc_codegen_llvm') diff --git a/compiler/rustc_codegen_llvm/Cargo.toml b/compiler/rustc_codegen_llvm/Cargo.toml index d0eb6913acc..98d29346950 100644 --- a/compiler/rustc_codegen_llvm/Cargo.toml +++ b/compiler/rustc_codegen_llvm/Cargo.toml @@ -21,7 +21,6 @@ rustc_attr = { path = "../rustc_attr" } rustc_codegen_ssa = { path = "../rustc_codegen_ssa" } rustc_data_structures = { path = "../rustc_data_structures" } rustc_errors = { path = "../rustc_errors" } -rustc_feature = { path = "../rustc_feature" } rustc_fs_util = { path = "../rustc_fs_util" } rustc_hir = { path = "../rustc_hir" } rustc_incremental = { path = "../rustc_incremental" } -- cgit 1.4.1-3-g733a5 From aadbf75283856326ed1323b6d490338f05e06646 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Thu, 24 Jun 2021 23:05:14 -0700 Subject: rustc_codegen_llvm: Remove unused dependency rustc_incremental Unused since commit f141acf0678139ac31375d02feebcc2be220715b ("Move finalize_session_directory call out of cg_llvm"). --- Cargo.lock | 1 - compiler/rustc_codegen_llvm/Cargo.toml | 1 - 2 files changed, 2 deletions(-) (limited to 'compiler/rustc_codegen_llvm') diff --git a/Cargo.lock b/Cargo.lock index ab44e3fb85f..83dd2c0a89f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3715,7 +3715,6 @@ dependencies = [ "rustc_errors", "rustc_fs_util", "rustc_hir", - "rustc_incremental", "rustc_index", "rustc_llvm", "rustc_metadata", diff --git a/compiler/rustc_codegen_llvm/Cargo.toml b/compiler/rustc_codegen_llvm/Cargo.toml index 98d29346950..d78af9d413e 100644 --- a/compiler/rustc_codegen_llvm/Cargo.toml +++ b/compiler/rustc_codegen_llvm/Cargo.toml @@ -23,7 +23,6 @@ rustc_data_structures = { path = "../rustc_data_structures" } rustc_errors = { path = "../rustc_errors" } rustc_fs_util = { path = "../rustc_fs_util" } rustc_hir = { path = "../rustc_hir" } -rustc_incremental = { path = "../rustc_incremental" } rustc_index = { path = "../rustc_index" } rustc_llvm = { path = "../rustc_llvm" } rustc_metadata = { path = "../rustc_metadata" } -- cgit 1.4.1-3-g733a5