Skip to content

Commit 9166a65

Browse files
lucarligonur-ozkan
andauthored
remove make_run for test float parse
Co-authored-by: Onur Özkan <[email protected]>
1 parent 8f3378a commit 9166a65

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/tool.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,10 +1110,6 @@ impl Step for TestFloatParse {
11101110
run.path("src/etc/test-float-parse")
11111111
}
11121112

1113-
fn make_run(_run: RunConfig<'_>) {
1114-
unimplemented!()
1115-
}
1116-
11171113
fn run(self, builder: &Builder<'_>) {
11181114
let bootstrap_host = builder.config.build;
11191115
let compiler = builder.compiler(builder.top_stage, bootstrap_host);

0 commit comments

Comments
 (0)