Skip to content

Commit

Permalink
Remove un-used code
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-ogre committed Mar 11, 2021
1 parent 01f40d5 commit 171f902
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CDT/include/CDT.h
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ void Triangulation<T>::insertVertices(
if(vertices.empty())
addSuperTriangle(envelopBox<T>(first, last, getX, getY));
vertices.reserve(vertices.size() + std::distance(first, last));
typedef typename std::vector<V2d<T> >::const_iterator Cit;
for(; first != last; ++first)
insertVertex(V2d<T>::make(getX(*first), getY(*first)));
}
Expand Down

0 comments on commit 171f902

Please sign in to comment.