Skip to content

Commit 4df706d

Browse files
committed
remove commented code
Signed-off-by: Soragna, Alberto <[email protected]>
1 parent 6f13d4a commit 4df706d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

rclcpp/test/rclcpp/executors/test_events_executor.cpp

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -57,21 +57,6 @@ TEST_F(TestEventsExecutor, notify_waitable)
5757
"lib:rclcpp", rcl_guard_condition_set_events_executor_callback, RCL_RET_ERROR);
5858
EXPECT_THROW(std::make_shared<EventsExecutor>(), std::runtime_error);
5959
}
60-
61-
/*
62-
EventsExecutor executor;
63-
rcl_guard_condition_t gc = rcl_get_zero_initialized_guard_condition();
64-
notifier->add_guard_condition(&gc);
65-
{
66-
auto mock = mocking_utils::patch_and_return(
67-
"lib:rclcpp", rcl_guard_condition_set_events_executor_callback, RCL_RET_ERROR);
68-
EXPECT_THROW(
69-
notifier->set_events_executor_callback(
70-
&executor,
71-
&EventsExecutor::push_event),
72-
std::runtime_error);
73-
}
74-
*/
7560
}
7661

7762
TEST_F(TestEventsExecutor, run_clients_servers)

0 commit comments

Comments
 (0)