Remove unused constructor which does not initialize a reference data member and is hence buggy (discovered by Intel)

This commit is contained in:
Andreas Fabri 2010-05-20 07:44:17 +00:00
parent fe1cf837ce
commit 6e35884d9f
1 changed files with 0 additions and 11 deletions

View File

@ -113,18 +113,7 @@ private:
typename Union_find_anchor::handle> Simplex_UF_map;
public:
Power_diagram_triangulator_3(
Regular const &regular,
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 &regular,