event/Loop: move quit_injected check to inside #ifdef HAVE_THREADED_EVENT_LOOP
This commit is contained in:
@@ -276,8 +276,8 @@ EventLoop::Run() noexcept
|
|||||||
|
|
||||||
assert(IsInside());
|
assert(IsInside());
|
||||||
assert(!quit);
|
assert(!quit);
|
||||||
assert(!quit_injected);
|
|
||||||
#ifdef HAVE_THREADED_EVENT_LOOP
|
#ifdef HAVE_THREADED_EVENT_LOOP
|
||||||
|
assert(!quit_injected);
|
||||||
assert(alive);
|
assert(alive);
|
||||||
assert(busy);
|
assert(busy);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user