]> code.delx.au - pulseaudio/commit
mainloop: Remove redundant wakeup_pipe validity checks.
authorTanu Kaskinen <tanu.kaskinen@digia.com>
Mon, 2 Apr 2012 12:01:04 +0000 (15:01 +0300)
committerTanu Kaskinen <tanuk@iki.fi>
Wed, 19 Dec 2012 10:31:47 +0000 (12:31 +0200)
commit7e94a03e0c575726a21740b0f0cfdd6196eb40cb
tree1693fcbc4dc4d0777dc3cd5588a4afb8a5665358
parent31d905aaae738969e9d63b8fb46ef92259fffbf0
mainloop: Remove redundant wakeup_pipe validity checks.

The pipe is opened when creating the mainloop and closed
when freeing the mainloop. The pipe fds can never be less
than zero.
src/pulse/mainloop.c