mirror of https://github.com/CGAL/cgal
Remove unused hashmap
This commit is contained in:
parent
44b92c11db
commit
cf30f4dfab
|
|
@ -76,8 +76,6 @@ class External_structure_builder : public Modifier_base<typename Nef_::SNC_and_P
|
||||||
|
|
||||||
SNC_structure* sncp(sncpl.sncp);
|
SNC_structure* sncp(sncpl.sncp);
|
||||||
SNC_point_locator* pl(sncpl.pl);
|
SNC_point_locator* pl(sncpl.pl);
|
||||||
|
|
||||||
Unique_hash_map<SHalfedge_handle, SFace_handle> sedge2sface;
|
|
||||||
SNC_point_locator* old_pl = pl;
|
SNC_point_locator* old_pl = pl;
|
||||||
pl = pl->clone();
|
pl = pl->clone();
|
||||||
sncpl.pl = pl;
|
sncpl.pl = pl;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue