Commit f1116c92 authored by Max Kellermann's avatar Max Kellermann

event/Loop: remove bogus assertion

Can fail if somebody calls Break().
parent d01fb673
...@@ -221,7 +221,6 @@ EventLoop::Run() noexcept ...@@ -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
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment