mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Remove the single-arg span(name) factory that creates unconditional spans without category gating. All call sites use the 3-arg span(TraceCategory, prefix, name) variant which checks whether the category is enabled in config before creating a span. The 1-arg form was dead code with no callers. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>