Skip to content

Commit

Permalink
Remove another false-negative hidden by dead code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
compiler-errors committed Aug 3, 2024
1 parent a57b8b9 commit 106cf7b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/bootstrap/src/core/build_steps/check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ pub struct Std {
}

impl Std {
pub fn new(target: TargetSelection) -> Self {
Self::new_with_build_kind(target, None)
}

pub fn new_with_build_kind(target: TargetSelection, kind: Option<Kind>) -> Self {
Self { target, crates: vec![], override_build_kind: kind }
}
Expand Down

0 comments on commit 106cf7b

Please sign in to comment.