This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFCI] Remove unused member from ObjectFileMachO
ClosedPublic

Authored by bulbazord on May 23 2023, 11:32 AM.

Details

Summary

From what I can see, m_mach_segments is completely unused. Let's
remove it.

Diff Detail

Event Timeline

bulbazord created this revision.May 23 2023, 11:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 23 2023, 11:32 AM
bulbazord requested review of this revision.May 23 2023, 11:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 23 2023, 11:32 AM
This revision is now accepted and ready to land.May 23 2023, 12:31 PM
This revision was automatically updated to reflect the committed changes.