diff --git a/src/runtime2/port.rs b/src/runtime2/port.rs index 9e51424b942b6f488136f6151409a8c75cb426fb..428bc23ed5f86e69b08156121aa4b44a37f58c65 100644 --- a/src/runtime2/port.rs +++ b/src/runtime2/port.rs @@ -58,8 +58,6 @@ pub struct Port { pub peer_connector: ConnectorId, // might be temporarily inconsistent while peer port is sent around in non-sync phase } - - // TODO: Turn port ID into its own type pub struct Channel { pub putter_id: PortIdLocal, // can put on it, so from the connector's point of view, this is an output