Revert "A few extra timing annotations"

This reverts commit 0f66205cc284f1ec2d62e5c322a1f5bda83fd5ad.
This commit is contained in:
Laurenz 2025-07-18 18:42:22 +02:00
parent 0f66205cc2
commit 34b1be9151

View File

@ -338,7 +338,6 @@ fn visit_kind_rules<'a>(
/// Tries to apply show rules to or prepare content. Returns `true` if the /// Tries to apply show rules to or prepare content. Returns `true` if the
/// element was handled. /// element was handled.
#[typst_macros::time(name = "visit show rules")]
fn visit_show_rules<'a>( fn visit_show_rules<'a>(
s: &mut State<'a, '_, '_, '_>, s: &mut State<'a, '_, '_, '_>,
content: &'a Content, content: &'a Content,
@ -423,7 +422,6 @@ fn visit_show_rules<'a>(
/// Inspects an element and the current styles and determines how to proceed /// Inspects an element and the current styles and determines how to proceed
/// with the styling. /// with the styling.
#[typst_macros::time(name = "verdict")]
fn verdict<'a>( fn verdict<'a>(
engine: &mut Engine, engine: &mut Engine,
elem: &'a Content, elem: &'a Content,
@ -523,7 +521,6 @@ fn locatable(elem: &Content) -> bool {
} }
/// This is only executed the first time an element is visited. /// This is only executed the first time an element is visited.
#[typst_macros::time(name = "prepare")]
fn prepare( fn prepare(
engine: &mut Engine, engine: &mut Engine,
locator: &mut SplitLocator, locator: &mut SplitLocator,