flann-lib / flann

Fast Library for Approximate Nearest Neighbors
http://people.cs.ubc.ca/~mariusm/flann
Other
2.22k stars 647 forks source link

Remove unnecessary null pointer checks #420

Open elfring opened 5 years ago

elfring commented 5 years ago

An extra null pointer check is not needed in functions like the following.