Skip to content

Commit 3c07100

Browse files
authored
Merge pull request ceph#55878 from athanatos/sjust/wip-seastar-module
crimson: update seastar submodule to fix prometheus build error Reviewed-by: Radoslaw Zarzynski <[email protected]>
2 parents 8c92912 + 2806cdb commit 3c07100

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
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

src/seastar

Submodule seastar updated 80 files

0 commit comments

Comments
 (0)