1
Fork 0

rustc_driver: Remove unused dependencies rustc_mir_build and rustc_typeck

Unused since commit dc3eabd487
("Store THIR in `IndexVec`s instead of an `Arena`").
This commit is contained in:
Josh Triplett 2021-06-24 23:08:19 -07:00
parent aadbf75283
commit 8f7839f722
2 changed files with 0 additions and 4 deletions

View file

@ -34,8 +34,6 @@ rustc_interface = { path = "../rustc_interface" }
rustc_serialize = { path = "../rustc_serialize" }
rustc_ast = { path = "../rustc_ast" }
rustc_span = { path = "../rustc_span" }
rustc_mir_build = { path = "../rustc_mir_build" }
rustc_typeck = { path = "../rustc_typeck" }
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["consoleapi", "debugapi", "processenv"] }