This is an archive of the discontinued LLVM Phabricator instance.

[NFC][libc++][test] Removes unneeded code.
ClosedPublic

Authored by Mordante on Aug 8 2022, 10:57 AM.

Details

Summary

In D130295 @mumbleskates wondered why std::strong_ordering::equal had
special code since it's the same as std::strong_ordering::equivalent.

This is indeed the case so the special case can be removed.

Diff Detail

Event Timeline

Mordante created this revision.Aug 8 2022, 10:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 8 2022, 10:57 AM
Mordante requested review of this revision.Aug 8 2022, 10:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 8 2022, 10:57 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
mumbleskates accepted this revision.Aug 8 2022, 11:10 AM

Thanks for looking!

avogelsgesang accepted this revision.Aug 8 2022, 11:41 AM
ldionne accepted this revision.Aug 9 2022, 11:14 AM
This revision is now accepted and ready to land.Aug 9 2022, 11:14 AM
This revision was landed with ongoing or failed builds.Aug 10 2022, 10:01 AM
This revision was automatically updated to reflect the committed changes.