From 63ef46b676159098dc27a4ec06a2fa54a7db23dd Mon Sep 17 00:00:00 2001 From: JCW Date: Fri, 26 Sep 2025 13:24:58 +0100 Subject: [PATCH] Make the assertion in the destructor unconditional Signed-off-by: JCW --- src/xrpld/core/Coro.ipp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/xrpld/core/Coro.ipp b/src/xrpld/core/Coro.ipp index 353944f529..601a9b92f1 100644 --- a/src/xrpld/core/Coro.ipp +++ b/src/xrpld/core/Coro.ipp @@ -66,11 +66,9 @@ inline JobQueue::Coro::~Coro() resume(); } -#ifndef NDEBUG XRPL_ASSERT( state_ == CoroState::Finished, "ripple::JobQueue::Coro::~Coro : is finished"); -#endif } inline void