Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sloretz committed Dec 6, 2018
1 parent f717e9b commit 03c9cf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rclcpp_action/include/rclcpp_action/server.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ class Server : public ServerBase, public std::enable_shared_from_this<Server<Act
{
std::lock_guard<std::mutex> lock(goal_handles_mutex_);
CancelResponse resp = CancelResponse::REJECT;
std::shared_ptr<rcl_action_goal_handle_t> rcl_handle;
auto element = goal_handles_.find(uuid);
if (element != goal_handles_.end()) {
std::shared_ptr<ServerGoalHandle<ActionT>> goal_handle = element->second.lock();
Expand Down

0 comments on commit 03c9cf0

Please sign in to comment.