diff options
author | Max Kellermann <max@duempel.org> | 2014-01-05 01:41:03 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-05 01:41:03 +0100 |
commit | c12da599b9c4adbc1e08d48f1f4f2103befca286 (patch) | |
tree | 0b0dd40888f68710c94d302b4f0cfaf444852e98 /src | |
parent | f685a4800899cd3f7812b303a2e12700bdc445e2 (diff) | |
download | mpd-c12da599b9c4adbc1e08d48f1f4f2103befca286.tar.gz mpd-c12da599b9c4adbc1e08d48f1f4f2103befca286.tar.xz mpd-c12da599b9c4adbc1e08d48f1f4f2103befca286.zip |
event/Loop: remove obsolete assertion
Diffstat (limited to 'src')
-rw-r--r-- | src/event/Loop.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/event/Loop.cxx b/src/event/Loop.cxx index 8c8ac9993..7a05ea6b6 100644 --- a/src/event/Loop.cxx +++ b/src/event/Loop.cxx @@ -236,8 +236,6 @@ EventLoop::HandleDeferred() bool EventLoop::OnSocketReady(gcc_unused unsigned flags) { - assert(!quit); - wake_fd.Read(); mutex.lock(); |