Skip to content

Commit cd0440f

Browse files
authored
Remove an unused variable from the events executor tests. (#2270)
Signed-off-by: Chris Lalancette <[email protected]>
1 parent a17d26b commit cd0440f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rclcpp/test/rclcpp/executors/test_events_executor.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ TEST_F(TestEventsExecutor, run_pub_sub)
7575
!spin_exited &&
7676
(std::chrono::high_resolution_clock::now() - start < 1s))
7777
{
78-
auto time = std::chrono::high_resolution_clock::now() - start;
79-
auto time_msec = std::chrono::duration_cast<std::chrono::milliseconds>(time);
8078
std::this_thread::sleep_for(25ms);
8179
}
8280

0 commit comments

Comments
 (0)