Remove MetadataOnlyCodegenBackend

This commit is contained in:
bjorn3 2019-03-01 16:53:21 +01:00
parent 52e885628e
commit ca2ff089f3
5 changed files with 2 additions and 150 deletions

View file

@ -21,4 +21,3 @@ rustc_target = { path = "../librustc_target" }
rustc_data_structures = { path = "../librustc_data_structures" }
rustc_metadata = { path = "../librustc_metadata" }
rustc_mir = { path = "../librustc_mir" }
rustc_incremental = { path = "../librustc_incremental" }