]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #42266 - rkruppe:clean-trans-api, r=arielb1
authorMark Simulacrum <mark.simulacrum@gmail.com>
Sun, 28 May 2017 02:54:05 +0000 (20:54 -0600)
committerGitHub <noreply@github.com>
Sun, 28 May 2017 02:54:05 +0000 (20:54 -0600)
Remove unused APIs from rustc_trans

There were public re-exports of some rustc modules dating back to 2011 or so. While I was at it, some functions and modules were public but never used outside the crate. I made them private or `pub(crate)` as appropriate and in one case removed an unused function.


Trivial merge