Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit aadbf75

Browse files
committed
rustc_codegen_llvm: Remove unused dependency rustc_incremental
Unused since commit f141acf ("Move finalize_session_directory call out of cg_llvm").
1 parent e37d6a9 commit aadbf75

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3715,7 +3715,6 @@ dependencies = [
37153715
"rustc_errors",
37163716
"rustc_fs_util",
37173717
"rustc_hir",
3718-
"rustc_incremental",
37193718
"rustc_index",
37203719
"rustc_llvm",
37213720
"rustc_metadata",

compiler/rustc_codegen_llvm/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ rustc_data_structures = { path = "../rustc_data_structures" }
2323
rustc_errors = { path = "../rustc_errors" }
2424
rustc_fs_util = { path = "../rustc_fs_util" }
2525
rustc_hir = { path = "../rustc_hir" }
26-
rustc_incremental = { path = "../rustc_incremental" }
2726
rustc_index = { path = "../rustc_index" }
2827
rustc_llvm = { path = "../rustc_llvm" }
2928
rustc_metadata = { path = "../rustc_metadata" }

0 commit comments

Comments
 (0)