Skip to content

Commit 7eb2fca

Browse files
author
Janosch Machowinski
committed
chore: cleanup
Signed-off-by: Janosch Machowinski <j.machowinski@cellumation.com>
1 parent 6e4f6bb commit 7eb2fca

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

rclcpp/include/rclcpp/executors/events_cbg_executor/events_cbg_executor.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ class EventsCBGExecutor : public rclcpp::Executor
285285

286286
std::vector<CallbackGroupData> callback_groups;
287287

288-
// std::mutex wait_mutex_;
289288
size_t number_of_threads_;
290289

291290
std::chrono::nanoseconds next_exec_timeout_;

rclcpp/src/rclcpp/executors/events_cbg_executor/events_cbg_executor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ void EventsCBGExecutor::sync_callback_groups()
237237
}
238238
}
239239

240-
// std::scoped_lock<std::mutex> lk ( callback_groups_mutex );
241240
std::vector<CallbackGroupData> next_group_data;
242241

243242
std::set<CallbackGroup *> added_cbgs;

0 commit comments

Comments
 (0)