This is an archive of the discontinued LLVM Phabricator instance.

[clang][NFC] remove unused return value
ClosedPublic

Authored by urnathan on May 14 2021, 4:39 AM.

Details

Summary

In working on p0388 (ary[N] -> ary[] conversion), I discovered neither use of UnwrapSimilarArrayTypes used the return value. So let's nuke it.

Diff Detail

Event Timeline

urnathan requested review of this revision.May 14 2021, 4:39 AM
urnathan created this revision.
This revision is now accepted and ready to land.May 14 2021, 5:16 AM
This revision was landed with ongoing or failed builds.May 14 2021, 5:27 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMay 14 2021, 5:27 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript