openvdb icon indicating copy to clipboard operation
openvdb copied to clipboard

Remove unnecessary null pointer checks (ASWF issue #257)

Open epowers opened this issue 11 months ago • 2 comments

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

epowers avatar May 16 '25 21:05 epowers

CLA Signed

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...

epowers avatar May 16 '25 21:05 epowers