File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -396,10 +396,6 @@ pub trait Processor {
396
396
fn finished_first_collection ( & mut self ) -> bool {
397
397
false
398
398
}
399
-
400
- /// Called when all the runs of a benchmark for a particular `BuildKind`
401
- /// and iteration have been completed. Can be used to process/reset accumulated state.
402
- fn finish_build_kind ( & mut self , _build_kind : BuildKind ) { }
403
399
}
404
400
405
401
pub struct MeasureProcessor < ' a > {
@@ -567,10 +563,6 @@ impl<'a> Processor for MeasureProcessor<'a> {
567
563
}
568
564
}
569
565
}
570
-
571
- fn finish_build_kind ( & mut self , _: BuildKind ) {
572
- // do nothing
573
- }
574
566
}
575
567
576
568
pub struct ProfileProcessor < ' a > {
@@ -1010,8 +1002,6 @@ impl Benchmark {
1010
1002
. run_rustc ( ) ?;
1011
1003
}
1012
1004
}
1013
-
1014
- processor. finish_build_kind ( build_kind) ;
1015
1005
}
1016
1006
}
1017
1007
You can’t perform that action at this time.
0 commit comments