ivanfratric / polypartition

Tiny Polygon Partitioning and Triangulation Library
MIT License
664 stars 118 forks source link

Remove unnecessary null pointer checks #47

Open elfring opened 3 years ago

elfring commented 3 years ago

An extra null pointer check is not needed in a function like the destructor for the class “TPPLPoly”.