Skip to content

Commit

Permalink
Remove some unused dependencies from rustc_trans_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Aug 11, 2017
1 parent b8d5c74 commit e539996
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions src/librustc_trans_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit e539996

Please sign in to comment.