event/Loop: remove bogus assertion
Can fail if somebody calls Break().
This commit is contained in:
parent
d01fb6730a
commit
f1116c9258
@ -221,7 +221,6 @@ EventLoop::Run() noexcept
|
|||||||
} while (!quit);
|
} while (!quit);
|
||||||
|
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
assert(busy);
|
|
||||||
assert(thread.IsInside());
|
assert(thread.IsInside());
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user