Skip to content

Commit

Permalink
Rollup merge of #60273 - Keruspe:beta, r=pietroalbini
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Apr 26, 2019
2 parents 8b694ee + cdcab96 commit e793a2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bootstrap/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1125,8 +1125,6 @@ impl Build {
/// `rust.save-toolstates` in `config.toml`. If unspecified, nothing will be
/// done. The file is updated immediately after this function completes.
pub fn save_toolstate(&self, tool: &str, state: ToolState) {
use std::io::{Seek, SeekFrom};

if let Some(ref path) = self.config.save_toolstates {
let mut file = t!(fs::OpenOptions::new()
.create(true)
Expand Down

0 comments on commit e793a2f

Please sign in to comment.