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 :)
Details
Details
- Reviewers
ldionne philnik jloser nilayvaish - Group Reviewers
Restricted Project - Commits
- rG928852f1560a: [libc++] [NFC] Remove an unused parameter from `__sift_down`.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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.