openvdb
openvdb copied to clipboard
Remove unnecessary null pointer checks (ASWF issue #257)
Fix remove unnecessary null pointer checks, issue #257.
There only appeared to be one obvious case left.
Code search process:
grep -C 3 delete .
... then look for if statements, in C-like code, conditioned on the same variable, and no other obvious purpose that required the if statement.
See:
https://github.com/AcademySoftwareFoundation/openvdb/issues/257
The committers listed above are authorized under a signed CLA.
- :white_check_mark: login: epowers / name: Eric Powers (135616d1773a906861048e4ef11c67d03ab90948)
CLA Not Signed...
working this internally...