diff --git a/src/runtime2/native.rs b/src/runtime2/native.rs index a7bdc3e614ad8ca78aa7ef7aee1d31e5afd455fd..de0d3d27cad4d730d8a1879cd229b9c63c88034d 100644 --- a/src/runtime2/native.rs +++ b/src/runtime2/native.rs @@ -463,7 +463,6 @@ impl ApplicationInterface { /// run the synchronous behaviour in blocking fashion. The results *must* be /// retrieved using `try_wait` or `wait` for the interface to be considered /// in non-sync mode. - // TODO: Maybe change API in the future. For now it does the job pub fn perform_sync_round(&mut self, actions: Vec) -> Result<(), ApplicationStartSyncError> { if self.is_in_sync { return Err(ApplicationStartSyncError::AlreadyInSync);