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);
|
||||
|
||||
#ifndef NDEBUG
|
||||
assert(busy);
|
||||
assert(thread.IsInside());
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue