Remove unneeded dependencies from `rustc_monomorphize`.

This commit is contained in:
Nicholas Nethercote 2023-10-18 14:17:54 +11:00
parent 99592fdfa1
commit 025eb20a86
2 changed files with 0 additions and 2 deletions

View File

@ -4293,7 +4293,6 @@ dependencies = [
"rustc_errors",
"rustc_fluent_macro",
"rustc_hir",
"rustc_index",
"rustc_macros",
"rustc_middle",
"rustc_session",

View File

@ -13,7 +13,6 @@ rustc_data_structures = { path = "../rustc_data_structures" }
rustc_errors = { path = "../rustc_errors" }
rustc_hir = { path = "../rustc_hir" }
rustc_fluent_macro = { path = "../rustc_fluent_macro" }
rustc_index = { path = "../rustc_index" }
rustc_macros = { path = "../rustc_macros" }
rustc_middle = { path = "../rustc_middle" }
rustc_session = { path = "../rustc_session" }