Skip to content

Commit 106cf7b

Browse files
Remove another false-negative hidden by dead code changes
1 parent a57b8b9 commit 106cf7b

File tree

1 file changed

+0
-4
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+0
-4
lines changed

src/bootstrap/src/core/build_steps/check.rs

-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ pub struct Std {
3131
}
3232

3333
impl Std {
34-
pub fn new(target: TargetSelection) -> Self {
35-
Self::new_with_build_kind(target, None)
36-
}
37-
3834
pub fn new_with_build_kind(target: TargetSelection, kind: Option<Kind>) -> Self {
3935
Self { target, crates: vec![], override_build_kind: kind }
4036
}

0 commit comments

Comments
 (0)