Skip to content

Commit

Permalink
Remove unused hashmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Giles Bathgate committed Aug 26, 2024
1 parent 44b92c1 commit cf30f4d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ class External_structure_builder : public Modifier_base<typename Nef_::SNC_and_P

SNC_structure* sncp(sncpl.sncp);
SNC_point_locator* pl(sncpl.pl);

Unique_hash_map<SHalfedge_handle, SFace_handle> sedge2sface;
SNC_point_locator* old_pl = pl;
pl = pl->clone();
sncpl.pl = pl;
Expand Down

0 comments on commit cf30f4d

Please sign in to comment.