nvpro-pipeline / pipeline

nvpro-pipeline is a research rendering pipeline
Other
207 stars 36 forks source link

Remove unnecessary null pointer checks #5

Closed elfring closed 8 years ago

elfring commented 8 years ago

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

mtavenrath commented 8 years ago

The null pointer checks are relics of old code pieces where a compiler had problems with delete 0. We're constantly removing them if there's some time left.