This is an archive of the discontinued LLVM Phabricator instance.

[lldb-mi] Simplify CMICmnLLDBDebugSessionInfo::Shutdown.
ClosedPublic

Authored by brucem on Sep 15 2015, 3:23 AM.

Details

Summary
  • SharedDataDestroy couldn't fail, so no need to return a status.
  • No need for status, so can remove error message. The error message wasn't displayed or used anywhere anyway.

Diff Detail

Event Timeline

brucem updated this revision to Diff 34792.Sep 15 2015, 3:23 AM
brucem retitled this revision from to [lldb-mi] Simplify CMICmnLLDBDebugSessionInfo::Shutdown..
brucem updated this object.
brucem added reviewers: abidh, ki.stfu.
brucem added a subscriber: lldb-commits.
abidh accepted this revision.Sep 15 2015, 3:33 AM
abidh edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Sep 15 2015, 3:33 AM
ki.stfu accepted this revision.Sep 15 2015, 3:36 AM
ki.stfu edited edge metadata.
This revision was automatically updated to reflect the committed changes.