event/Loop: remove obsolete assertion

This commit is contained in:
Max Kellermann 2014-01-05 01:41:03 +01:00
parent f685a48008
commit c12da599b9

View File

@ -236,8 +236,6 @@ EventLoop::HandleDeferred()
bool
EventLoop::OnSocketReady(gcc_unused unsigned flags)
{
assert(!quit);
wake_fd.Read();
mutex.lock();