mirror of https://github.com/CGAL/cgal
Remove unused constructor which does not initialize a reference data member and is hence buggy (discovered by Intel)
This commit is contained in:
parent
fe1cf837ce
commit
6e35884d9f
|
|
@ -113,18 +113,7 @@ private:
|
|||
typename Union_find_anchor::handle> Simplex_UF_map;
|
||||
|
||||
public:
|
||||
Power_diagram_triangulator_3(
|
||||
Regular const ®ular,
|
||||
Triangulated_mixed_complex &triangulated_mixed_complex,
|
||||
bool verbose)
|
||||
: regular(regular),
|
||||
_tmc(triangulated_mixed_complex),
|
||||
triangulation_incr_builder(triangulated_mixed_complex),
|
||||
compute_anchor_obj(regular),
|
||||
verbose(verbose) {
|
||||
|
||||
build();
|
||||
}
|
||||
|
||||
Power_diagram_triangulator_3(
|
||||
Regular ®ular,
|
||||
|
|
|
|||
Loading…
Reference in New Issue