Skip to content

Commit 74f5221

Browse files
clalancettejplapp
authored andcommitted
Remove an unused variable from the events executor tests. (ros2#2270)
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
1 parent 4120b79 commit 74f5221

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

rclcpp/test/rclcpp/executors/test_events_executor.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ TEST_F(TestEventsExecutor, run_pub_sub)
8080
!spin_exited &&
8181
(std::chrono::high_resolution_clock::now() - start < 1s))
8282
{
83-
auto time = std::chrono::high_resolution_clock::now() - start;
84-
auto time_msec = std::chrono::duration_cast<std::chrono::milliseconds>(time);
8583
std::this_thread::sleep_for(25ms);
8684
}
8785

0 commit comments

Comments
 (0)