Skip to content
Snippets Groups Projects
Commit facc4945 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Fix compilation warnings

parent 7fb0fdb9
No related branches found
No related tags found
No related merge requests found
......@@ -59,15 +59,6 @@ namespace hpp {
HPP_DEFINE_TIMECOUNTER(buildPath);
HPP_DEFINE_TIMECOUNTER(projectPath);
HPP_DEFINE_TIMECOUNTER(validatePath);
bool belongs (const ConfigurationPtr_t& q, const core::Nodes_t& nodes)
{
for (core::Nodes_t::const_iterator itNode = nodes.begin ();
itNode != nodes.end (); ++itNode) {
if (*((*itNode)->configuration ()) == *q) return true;
}
return false;
}
}
const std::vector<ManipulationPlanner::Reason>
......
......@@ -109,15 +109,6 @@ namespace hpp {
}
}
};
bool belongs (const ConfigurationPtr_t& q, const core::Nodes_t& nodes)
{
for (core::Nodes_t::const_iterator itNode = nodes.begin ();
itNode != nodes.end (); ++itNode) {
if (*((*itNode)->configuration ()) == *q) return true;
}
return false;
}
}
const std::vector<SymbolicPlanner::Reason>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment