mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
rtpoll: Drop extra wait_op argument to pa_rtpoll_run()
is always true, not used Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
parent
2638591497
commit
fa092af59c
17 changed files with 23 additions and 24 deletions
|
|
@ -62,7 +62,7 @@ START_TEST (rtpoll_test) {
|
|||
|
||||
pa_rtpoll_set_timer_relative(p, 10000000); /* 10 s */
|
||||
|
||||
pa_rtpoll_run(p, 1);
|
||||
pa_rtpoll_run(p);
|
||||
|
||||
pa_rtpoll_item_free(i);
|
||||
|
||||
|
|
@ -74,7 +74,7 @@ START_TEST (rtpoll_test) {
|
|||
pollfd->fd = 0;
|
||||
pollfd->events = POLLIN;
|
||||
|
||||
pa_rtpoll_run(p, 1);
|
||||
pa_rtpoll_run(p);
|
||||
|
||||
pa_rtpoll_item_free(i);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue