diff --git a/src/runtime2/connector.rs b/src/runtime2/connector.rs index 4f5521f60edc808741ce681d6e54958fab1466c4..a81a34f5cf77982673af371d6ae6bc0cd04a8e82 100644 --- a/src/runtime2/connector.rs +++ b/src/runtime2/connector.rs @@ -77,7 +77,6 @@ pub(crate) struct ConnectorPDL { last_finished_handled: Option, } -// TODO: Remove remaining fields once 'fires()' is removed from language. struct ConnectorRunContext<'a> { branch_id: BranchId, consensus: &'a Consensus,