Skip to content

Commit 2806cdb

Browse files
committed
crimson/.../interruptible_future: remove SEASTAR_CONCEPT guard
Seastar commit 8dc3398a removed this macro, no longer necessary. Signed-off-by: Samuel Just <sjust@redhat.com>
1 parent 7f42b1d commit 2806cdb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/crimson/common/interruptible_future.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ namespace seastar::internal {
6969
{};
7070
}
7171

72-
SEASTAR_CONCEPT(
7372
namespace crimson::interruptible {
7473
template<typename InterruptCond, typename FutureType>
7574
class interruptible_future_detail;
@@ -79,7 +78,6 @@ namespace seastar::impl {
7978
struct is_tuple_of_futures<std::tuple<crimson::interruptible::interruptible_future_detail<InterruptCond, FutureType>, Rest...>>
8079
: is_tuple_of_futures<std::tuple<Rest...>> {};
8180
}
82-
)
8381

8482
namespace crimson::interruptible {
8583

0 commit comments

Comments
 (0)