diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2017-08-11 11:08:01 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2017-08-11 14:00:09 +0200 |
| commit | e5399961c69ac2a64bdbed8af8b34698c3039db0 (patch) | |
| tree | e1858540b8a0ed2091a8400716f05a30172b66b5 | |
| parent | b8d5c74c9902e06fc27a362d28c5832b707931f8 (diff) | |
| download | rust-e5399961c69ac2a64bdbed8af8b34698c3039db0.tar.gz rust-e5399961c69ac2a64bdbed8af8b34698c3039db0.zip | |
Remove some unused dependencies from rustc_trans_utils
| -rw-r--r-- | src/Cargo.lock | 10 | ||||
| -rw-r--r-- | src/librustc_trans_utils/Cargo.toml | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/src/Cargo.lock b/src/Cargo.lock index 6cb46c5c400..c175198c227 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -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", ] diff --git a/src/librustc_trans_utils/Cargo.toml b/src/librustc_trans_utils/Cargo.toml index 4fa32389b71..f026d4fcbc2 100644 --- a/src/librustc_trans_utils/Cargo.toml +++ b/src/librustc_trans_utils/Cargo.toml @@ -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" } |
