Skip to content

Commit 096160f

Browse files
committed
* Removed outdated comment
1 parent 5ae7c72 commit 096160f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rclrs/src/timer.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ impl Timer {
111111
where
112112
F: FnMut(&mut Timer) + 'static + Send + Sync,
113113
{
114-
// Move the callback to our reference counted container so rcl_callback can use it
115114
let callback = Arc::new(Mutex::new(callback));
116115

117116
// SAFETY: Getting a zero-initialized value is always safe.

0 commit comments

Comments
 (0)