Skip to content

Commit

Permalink
[libc++][NFC] Remove unused helper function in the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
ldionne committed Aug 27, 2021
1 parent 9d7a77c commit b91365e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions libcxx/test/support/test_range.h
Expand Up @@ -62,10 +62,4 @@ struct test_view : std::ranges::view_base {
sentinel end() const;
};

template<template<class...> class I, class R>
constexpr auto make_archetype_range(R&& r) {
return std::ranges::subrange(I(std::ranges::begin(r)), sentinel_wrapper(std::ranges::end(r)));
}


#endif // LIBCXX_TEST_SUPPORT_TEST_RANGE_H

0 comments on commit b91365e

Please sign in to comment.