mirror of https://github.com/CGAL/cgal
Remove superfluous is_valid(g) check (already tested in builder)
This commit is contained in:
parent
8152063e49
commit
2bd53d9a32
|
|
@ -128,7 +128,7 @@ bool read_GOCAD(std::istream& is,
|
|||
name_and_color.first = builder.name;
|
||||
name_and_color.second = builder.color;
|
||||
|
||||
return is_valid(g); // @fixme keep validity check?
|
||||
return true;
|
||||
}
|
||||
|
||||
template <typename Graph, typename CGAL_BGL_NP_TEMPLATE_PARAMETERS>
|
||||
|
|
|
|||
Loading…
Reference in New Issue