event/Loop: remove bogus assertion

Can fail if somebody calls Break().
This commit is contained in:
Max Kellermann 2019-12-23 14:19:58 +01:00
parent d01fb6730a
commit f1116c9258
1 changed files with 0 additions and 1 deletions

View File

@ -221,7 +221,6 @@ EventLoop::Run() noexcept
} while (!quit);
#ifndef NDEBUG
assert(busy);
assert(thread.IsInside());
#endif
}