Skip to content

Commit

Permalink
remove useless line of code
Browse files Browse the repository at this point in the history
Signed-off-by: Miaofei <miaofei@amazon.com>
  • Loading branch information
mm318 committed Feb 7, 2020
1 parent 76276b5 commit c911445
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rclcpp/src/rclcpp/node_interfaces/node_graph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ get_info_by_topic(
// global before local so that local overwrites global
const rcl_arguments_t * global_args = nullptr;
if (node_options->use_global_arguments) {
auto context_ptr = node_base->get_context()->get_rcl_context();
global_args = &(rcl_node_handle->context->global_arguments);
}

Expand Down

0 comments on commit c911445

Please sign in to comment.