This is an archive of the discontinued LLVM Phabricator instance.

[libc++] [NFC] Remove an unused parameter from `__sift_down`
ClosedPublic

Authored by Quuxplusone on Dec 29 2021, 11:19 AM.

Details

Summary

Get this NFC change out of the way so it's not distracting me as I think about https://github.com/llvm/llvm-project/issues/10008 :)

Diff Detail

Event Timeline

Quuxplusone requested review of this revision.Dec 29 2021, 11:19 AM
Quuxplusone created this revision.
Herald added 1 blocking reviewer(s): Restricted Project. · View Herald TranscriptDec 29 2021, 11:19 AM
ldionne accepted this revision.Dec 29 2021, 12:27 PM

LGTM, but let's ensure we were not exporting an explicit specialization of this one from the dylib (otherwise that would break ABI).

Running check-cxx-abilist or running CI would tell.

This revision is now accepted and ready to land.Dec 29 2021, 12:27 PM
This revision was landed with ongoing or failed builds.Dec 29 2021, 1:26 PM
This revision was automatically updated to reflect the committed changes.