Removed unused dependencies on rustc_const_math

This commit is contained in:
Oliver Schneider
2018-04-24 15:36:25 +02:00
committed by Oliver Schneider
parent a9366aa874
commit f45d0f3783
5 changed files with 0 additions and 5 deletions

View File

@@ -31,7 +31,6 @@ extern crate getopts;
extern crate env_logger;
extern crate rustc;
extern crate rustc_data_structures;
extern crate rustc_const_math;
extern crate rustc_trans_utils;
extern crate rustc_driver;
extern crate rustc_resolve;