Skip to content

Commit 95fb1d0

Browse files
committed
Remove leftover
1 parent 70e5bae commit 95fb1d0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/bootstrap/builder.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -542,12 +542,6 @@ impl<'a> Builder<'a> {
542542
.env("RUSTC_SNAPSHOT_LIBDIR", self.rustc_libdir(compiler));
543543
}
544544

545-
if self.build.config.llvm_enabled {
546-
cargo.env("RUSTC_LLVM_ENABLED", "1");
547-
} else {
548-
cargo.env("RUSTC_LLVM_ENABLED", "0");
549-
}
550-
551545
// Ignore incremental modes except for stage0, since we're
552546
// not guaranteeing correctness across builds if the compiler
553547
// is changing under your feet.`

0 commit comments

Comments
 (0)