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
} while (!quit);
#ifndef NDEBUG
assert(busy);
assert(thread.IsInside());
#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