about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-11-09 17:58:29 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-12-06 18:42:30 +0000
commite7e58f45053887010ef44ed1d3389f72d692d2ee (patch)
treed89ebc8ca6baaea3233828ea4e31ce7415beca0b
parente8ad19987d069c04a2f3246b32f15da8ce0cbabd (diff)
downloadrust-e7e58f45053887010ef44ed1d3389f72d692d2ee.tar.gz
rust-e7e58f45053887010ef44ed1d3389f72d692d2ee.zip
Move some timers around
-rw-r--r--src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index c9486a730e1..9f552b3feb9 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -227,8 +227,6 @@ impl CodegenBackend for CraneliftCodegenBackend {
         sess: &Session,
         outputs: &OutputFilenames,
     ) -> (CodegenResults, FxIndexMap<WorkProductId, WorkProduct>) {
-        let _timer = sess.timer("finish_ongoing_codegen");
-
         ongoing_codegen.downcast::<driver::aot::OngoingCodegen>().unwrap().join(sess, outputs)
     }
 }