This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Remove dead assignments
ClosedPublic

Authored by MartinWehking on Aug 23 2023, 6:19 AM.

Details

Summary

Dest is never used after creating the type making these assignments dead

Diff Detail

Event Timeline

MartinWehking created this revision.Aug 23 2023, 6:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2023, 6:19 AM
MartinWehking requested review of this revision.Aug 23 2023, 6:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2023, 6:19 AM
Herald added a subscriber: wdng. · View Herald Transcript
arsenm accepted this revision.Aug 23 2023, 8:51 AM
This revision is now accepted and ready to land.Aug 23 2023, 8:51 AM
This revision was automatically updated to reflect the committed changes.