diff --git a/libs/pika/execution_base/include/pika/execution_base/receiver.hpp b/libs/pika/execution_base/include/pika/execution_base/receiver.hpp index c06212d54..f8ad96f4e 100644 --- a/libs/pika/execution_base/include/pika/execution_base/receiver.hpp +++ b/libs/pika/execution_base/include/pika/execution_base/receiver.hpp @@ -209,31 +209,6 @@ namespace pika::execution::experimental { } // namespace pika::execution::experimental #endif -namespace pika::execution::experimental::detail { - template - struct is_receiver_cpo : std::false_type - { - }; - - template <> - struct is_receiver_cpo : std::true_type - { - }; - - template <> - struct is_receiver_cpo : std::true_type - { - }; - - template <> - struct is_receiver_cpo : std::true_type - { - }; - - template - inline constexpr bool is_receiver_cpo_v = is_receiver_cpo::value; -} // namespace pika::execution::experimental::detail - #if !defined(PIKA_STDEXEC_RECEIVER_CONCEPT) # define PIKA_STDEXEC_RECEIVER_CONCEPT using is_receiver = void; #endif