Remove rustc_metadata_utils, which contains only one function

This commit is contained in:
bjorn3 2018-10-25 15:11:59 +02:00
parent d46246b14a
commit c8599191e8
9 changed files with 35 additions and 76 deletions

View file

@ -20,6 +20,6 @@ rustc = { path = "../librustc" }
rustc_allocator = { path = "../librustc_allocator" }
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" }
rustc_metadata_utils = { path = "../librustc_metadata_utils" }