ivanfratric / polypartition

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

Remove if statements with no effect - readability-delete-null-pointer #51

Closed andrewwasielewski closed 1 year ago

andrewwasielewski commented 1 year ago

Addresses issue #47 and removes if statements with no effect. See clang-tidy: https://clang.llvm.org/extra/clang-tidy/checks/readability/delete-null-pointer.html

ivanfratric commented 1 year ago

Thanks!