Remove unused hashmap

This commit is contained in:
Giles Bathgate 2024-08-26 09:29:21 +01:00
parent 44b92c11db
commit cf30f4dfab
1 changed files with 0 additions and 2 deletions

View File

@ -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;