Drop cfg(bootstrap) code

This commit is contained in:
Mark Rousskov
2020-01-31 12:30:17 -05:00
parent ff95473b5e
commit 31dcdc9e13
23 changed files with 8 additions and 74 deletions

View File

@@ -1026,7 +1026,7 @@ impl Build {
}
fn llvm_link_tools_dynamically(&self, target: Interned<String>) -> bool {
(target.contains("linux-gnu") || target.contains("apple-darwin"))
target.contains("linux-gnu") || target.contains("apple-darwin")
}
/// Returns the `version` string associated with this compiler for Rust