diff options
| author | Mark Simulacrum <mark.simulacrum@gmail.com> | 2017-06-27 13:34:26 -0600 |
|---|---|---|
| committer | Mark Simulacrum <mark.simulacrum@gmail.com> | 2017-07-04 07:31:56 -0600 |
| commit | 712bd0d841469f8ed42d555ed714fee06beb14fa (patch) | |
| tree | 894ab5a94ca1851d87b5be7c0149d3e8add814e0 /src/bootstrap/lib.rs | |
| parent | 2cc5b084a0fdbd08ecc873be33bafd08d4faf273 (diff) | |
| download | rust-712bd0d841469f8ed42d555ed714fee06beb14fa.tar.gz rust-712bd0d841469f8ed42d555ed714fee06beb14fa.zip | |
Remove src_is_git, instead call method on rust_info directly.
Diffstat (limited to 'src/bootstrap/lib.rs')
| -rw-r--r-- | src/bootstrap/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs index bb82e711d7b..a6608972acd 100644 --- a/src/bootstrap/lib.rs +++ b/src/bootstrap/lib.rs @@ -183,7 +183,6 @@ pub struct Build { cxx: HashMap<String, gcc::Tool>, crates: HashMap<String, Crate>, is_sudo: bool, - src_is_git: bool, ci_env: CiEnv, delayed_failures: Cell<usize>, } @@ -262,7 +261,6 @@ impl Build { lldb_version: None, lldb_python_dir: None, is_sudo: is_sudo, - src_is_git: src_is_git, ci_env: CiEnv::current(), delayed_failures: Cell::new(0), } |
