The lock call directly will check for us if the weak_ptr is expired and
returns an invalid shared_ptr (which we correctly handle), so this check is redundant.
Details
Details
- Reviewers
JDevlieghere - Group Reviewers
Restricted Project - Commits
- rG0a655c62eca8: [lldb][NFC] Remove a redundant call to weak_ptr::expired
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo