Skip to content

Commit

Permalink
ci error compatible again
Browse files Browse the repository at this point in the history
  • Loading branch information
miyakoshi-dev committed Nov 13, 2024
1 parent 0b0d691 commit c99c18c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CARET_trace/src/hooked_trace_points.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,6 @@ void SYMBOL_CONCAT_3(
void *, rclcpp::CallbackGroup::SharedPtr, rclcpp::node_interfaces::NodeBaseInterface::SharedPtr,
const void *, bool);
auto group_addr = static_cast<const void *>(group_ptr.get());
auto node_addr = static_cast<const void *>(node_ptr.get());

((functionT)orig_func)(obj, group_ptr, node_ptr, weak_groups_to_nodes, notify);

Expand Down

0 comments on commit c99c18c

Please sign in to comment.