Skip to content

Commit

Permalink
Remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Sep 23, 2017
1 parent 70e5bae commit 95fb1d0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/bootstrap/builder.rs
Expand Up @@ -542,12 +542,6 @@ impl<'a> Builder<'a> {
.env("RUSTC_SNAPSHOT_LIBDIR", self.rustc_libdir(compiler));
}

if self.build.config.llvm_enabled {
cargo.env("RUSTC_LLVM_ENABLED", "1");
} else {
cargo.env("RUSTC_LLVM_ENABLED", "0");
}

// Ignore incremental modes except for stage0, since we're
// not guaranteeing correctness across builds if the compiler
// is changing under your feet.`
Expand Down

0 comments on commit 95fb1d0

Please sign in to comment.