This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFC] Remove a bunch of unnecessary nullptr checks
ClosedPublic

Authored by teemperor on Nov 4 2021, 3:01 AM.

Details

Summary

Those nullptr checks are after we already accessed the pointer.

Diff Detail

Event Timeline

teemperor created this revision.Nov 4 2021, 3:01 AM
teemperor requested review of this revision.Nov 4 2021, 3:01 AM
labath accepted this revision.Nov 4 2021, 3:03 AM
This revision is now accepted and ready to land.Nov 4 2021, 3:03 AM
This revision was automatically updated to reflect the committed changes.