Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[clang][NFC] remove unneeded nullptr checks after dereference (#100489)
Summary: Fix static verifer concerns of null pointer checks after dereferencing the pointer. Update the assert to make it super clear it is not null and remove the checks. Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60250760
- Loading branch information