Skip to content

Commit 3cd6b24

Browse files
committed
Move print_pass_timings and print_statistics calls to rustc_interface
1 parent 4598930 commit 3cd6b24

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/lib.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -455,14 +455,6 @@ impl WriteBackendMethods for GccCodegenBackend {
455455
unreachable!()
456456
}
457457

458-
fn print_pass_timings(&self) {
459-
unimplemented!();
460-
}
461-
462-
fn print_statistics(&self) {
463-
unimplemented!()
464-
}
465-
466458
fn optimize(
467459
_cgcx: &CodegenContext,
468460
_prof: &SelfProfilerRef,

0 commit comments

Comments
 (0)