Skip to content
This repository was archived by the owner on Nov 13, 2017. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ class RobotModelLoader

RobotModelLoader(const std::string &robot_description, bool load_kinematics_solvers = true);

~RobotModelLoader();

/** @brief Get the constructed planning_models::RobotModel */
const robot_model::RobotModelPtr& getModel() const
{
Expand Down
7 changes: 0 additions & 7 deletions planning/robot_model_loader/src/robot_model_loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@ robot_model_loader::RobotModelLoader::RobotModelLoader(const Options &opt)
configure(opt);
}

robot_model_loader::RobotModelLoader::~RobotModelLoader()
{
model_.reset();
rdf_loader_.reset();
kinematics_loader_.reset();
}

namespace
{

Expand Down