andybarry / flight

Flight code for MIT CSAIL Robot Locomotion Group flying-through-forests project
https://groups.csail.mit.edu/locomotion/
Other
976 stars 264 forks source link

Remove unnecessary null pointer checks #3

Open elfring opened 8 years ago

elfring commented 8 years ago

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

andybarry commented 8 years ago

Cool, I did not know about that C++ feature. Awesome, thanks!