diff --git a/libs/pika/execution/include/pika/execution/algorithms/let_value.hpp b/libs/pika/execution/include/pika/execution/algorithms/let_value.hpp index 74092974e..b5ce21128 100644 --- a/libs/pika/execution/include/pika/execution/algorithms/let_value.hpp +++ b/libs/pika/execution/include/pika/execution/algorithms/let_value.hpp @@ -73,9 +73,6 @@ namespace pika::let_value_detail { using successor_sender_types = pika::util::detail::unique_t, successor_sender_types_helper>>; - // The workaround for clang is due to a parsing bug in clang < 11 - // in CUDA mode (where >>> also has a different meaning in kernel - // launches). template