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:
parent
aadbf75283
commit
8f7839f722
2 changed files with 0 additions and 4 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue