AsgTools: Fix gcc12 warning.
gcc12 warns about comparing this to nullptr, since this being null is undefined behavior. Just remove the check. If this is null we'll anyway crash on the next line.
Loading
Please register or sign in to comment
gcc12 warns about comparing this to nullptr, since this being null is undefined behavior. Just remove the check. If this is null we'll anyway crash on the next line.