Remove null-pointer checks that are not needed.
If a pointer is guaranteed to carry information there is no need to check for NULL again. Patch by Michael Paquier.
Showing
Please register or sign in to comment
If a pointer is guaranteed to carry information there is no need to check for NULL again. Patch by Michael Paquier.