Cleanup: Remove check for this pointer not being nullptr #104974

Merged
Sergey Sharybin merged 1 commits from Sergey/blender:cleanup_well_formed_cxx into blender-v3.5-release 2023-02-20 15:35:34 +01:00

1 Commits

Author SHA1 Message Date
Sergey Sharybin 0f0f0cbb26 Cleanup: Remove check for this pointer not being nullptr
The check was triggering the 'this' pointer cannot be null in
well-defined C++ code

We do not check for this pointer in any other areas. If it is
needed due to possible opaque pointer cast to the check prior
to the cast.
2023-02-20 15:27:01 +01:00