This is an archive of the discontinued LLVM Phabricator instance.

Remove duplicated code in CommandObjectQuit
ClosedPublic

Authored by teemperor on Aug 5 2018, 3:49 PM.

Details

Summary

We already have the same check directly before, so this code can never be
reached (as seen in the test coverage).

Diff Detail

Repository
rL LLVM

Event Timeline

teemperor created this revision.Aug 5 2018, 3:49 PM
davide accepted this revision.Aug 5 2018, 4:52 PM
davide added a subscriber: davide.

Sure.

This revision is now accepted and ready to land.Aug 5 2018, 4:52 PM
This revision was automatically updated to reflect the committed changes.