Remove unused extern crate rustc_trans.

This commit is contained in:
Scott Olson 2016-09-17 14:50:56 -06:00
parent 8a2e2dd665
commit f3589d6835

View File

@ -12,7 +12,6 @@
extern crate rustc_borrowck;
extern crate rustc_data_structures;
extern crate rustc_mir;
extern crate rustc_trans;
extern crate rustc_const_math;
extern crate syntax;
#[macro_use] extern crate log;