]> git.tuebingen.mpg.de Git - paraslash.git/commit
audiod: kill handle_signal()
authorAndre Noll <maan@systemlinux.org>
Mon, 5 Feb 2007 20:44:01 +0000 (21:44 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 5 Feb 2007 20:44:01 +0000 (21:44 +0100)
commit0d1f4c9472f62954f296c1db5eec7e1525ec9637
treefdc4394980307b047ffe62fef47b39a344337fd2
parent0fab5d5201804efe0177e4a6ea3f17864431c5f1
audiod: kill handle_signal()

It was only called from singal_event_handler(), so move the code there.
Also, remove the redundant check for t->ret != -E_SIGNAL_CAUGHT which
can never happen.
audiod.c