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

Fix bug: delete duplicate GraphPathValidation::validate

parent 8ec0820f
No related branches found
No related tags found
No related merge requests found
......@@ -35,14 +35,6 @@ namespace hpp {
return impl_validate (path, reverse, validPart);
}
bool GraphPathValidation::validate
(const PathPtr_t& path, bool reverse, PathPtr_t& validPart,
ValidationReport&)
{
assert (path);
return impl_validate (path, reverse, validPart);
}
bool GraphPathValidation::impl_validate (
const PathVectorPtr_t& path, bool reverse, PathPtr_t& validPart)
{
......
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