From 4280b5b9196c4b98fb3c62fd8cb0677f38ac3ca0 Mon Sep 17 00:00:00 2001 From: Jamie Quadri Date: Tue, 29 Jul 2025 14:32:22 -0500 Subject: [PATCH] [gardening]: remove doc comment for nonextant parameter --- Workflow/Sources/WorkflowNode.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Workflow/Sources/WorkflowNode.swift b/Workflow/Sources/WorkflowNode.swift index 46811e2f4..f235f154b 100644 --- a/Workflow/Sources/WorkflowNode.swift +++ b/Workflow/Sources/WorkflowNode.swift @@ -121,8 +121,6 @@ final class WorkflowNode { /// Internal method that forwards the render call through the underlying `subtreeManager`, /// and eventually to the client-specified `Workflow` instance. - /// - Parameter isRootNode: whether or not this is the root node of the tree. Note, this - /// is currently only used as a hint for the logging infrastructure, and is up to callers to correctly specify. /// - Returns: A `Rendering` of appropriate type func render() -> WorkflowType.Rendering { WorkflowLogger.logWorkflowStartedRendering(ref: self)