Remove some unused dependencies from rustc_trans_utils

This commit is contained in:
bjorn3 2017-08-11 11:08:01 +02:00
parent b8d5c74c99
commit e5399961c6
No known key found for this signature in database
GPG key ID: 4A47CC527A53B5BC
2 changed files with 0 additions and 20 deletions

10
src/Cargo.lock generated
View file

@ -1564,16 +1564,6 @@ name = "rustc_trans_utils"
version = "0.0.0"
dependencies = [
"rustc 0.0.0",
"rustc_allocator 0.0.0",
"rustc_back 0.0.0",
"rustc_bitflags 0.0.0",
"rustc_const_math 0.0.0",
"rustc_data_structures 0.0.0",
"rustc_errors 0.0.0",
"rustc_incremental 0.0.0",
"rustc_llvm 0.0.0",
"rustc_platform_intrinsics 0.0.0",
"serialize 0.0.0",
"syntax 0.0.0",
"syntax_pos 0.0.0",
]

View file

@ -11,15 +11,5 @@ test = false
[dependencies]
rustc = { path = "../librustc" }
rustc_allocator = { path = "../librustc_allocator" }
rustc_back = { path = "../librustc_back" }
rustc_bitflags = { path = "../librustc_bitflags" }
rustc_const_math = { path = "../librustc_const_math" }
rustc_data_structures = { path = "../librustc_data_structures" }
rustc_errors = { path = "../librustc_errors" }
rustc_incremental = { path = "../librustc_incremental" }
rustc_llvm = { path = "../librustc_llvm" }
rustc_platform_intrinsics = { path = "../librustc_platform_intrinsics" }
serialize = { path = "../libserialize" }
syntax = { path = "../libsyntax" }
syntax_pos = { path = "../libsyntax_pos" }