diff options
author | Hewill Kang <hewillk@gmail.com> | 2024-07-31 22:34:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-31 10:34:19 -0400 |
commit | 5b6b48800e625965064c2fd54efb976e0672455c (patch) | |
tree | e523f93f44d1801f52d53135908388ce7fe3a156 /llvm/unittests/Support/ErrorTest.cpp | |
parent | 89946bda5e1c7ceaf6d26634cc8c8c9498d9f7be (diff) | |
download | llvm-5b6b48800e625965064c2fd54efb976e0672455c.zip llvm-5b6b48800e625965064c2fd54efb976e0672455c.tar.gz llvm-5b6b48800e625965064c2fd54efb976e0672455c.tar.bz2 |
[libc++][NFC] Remove two unused implementation details `__find_end` (#100685)
Those two `__find_end` functions are no longer used after 101d1e9b3c86.
After that commit, `std::find_end` started dispatching to `__find_end_classic`,
and `ranges::find_end` to `__find_end_impl`, which means that the two `__find_end`
functions were no longer necessary.
Fixes #100569
Diffstat (limited to 'llvm/unittests/Support/ErrorTest.cpp')
0 files changed, 0 insertions, 0 deletions