This is an archive of the discontinued LLVM Phabricator instance.

[LLDB][Reliability] Remove dead code.
ClosedPublic

Authored by fixathon on Aug 1 2022, 12:41 PM.

Details

Summary

Remove redundant code that can never execute due to preceeding logic checks in the code.

Diff Detail

Event Timeline

fixathon created this revision.Aug 1 2022, 12:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 1 2022, 12:41 PM
fixathon requested review of this revision.Aug 1 2022, 12:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 1 2022, 12:41 PM
DavidSpickett accepted this revision.Aug 2 2022, 2:50 AM
DavidSpickett added a reviewer: DavidSpickett.
DavidSpickett added a subscriber: DavidSpickett.

LGTM

This revision is now accepted and ready to land.Aug 2 2022, 2:50 AM
This revision was automatically updated to reflect the committed changes.