Closed elfring closed 8 years ago
An extra null pointer check is not needed in functions like the following.
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.
An extra null pointer check is not needed in functions like the following.