summaryrefslogtreecommitdiffstats
path: root/pulse/pcm_pulse.c
diff options
context:
space:
mode:
Diffstat (limited to 'pulse/pcm_pulse.c')
-rw-r--r--pulse/pcm_pulse.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/pulse/pcm_pulse.c b/pulse/pcm_pulse.c
index 188641c..8d823b5 100644
--- a/pulse/pcm_pulse.c
+++ b/pulse/pcm_pulse.c
@@ -458,10 +458,6 @@ static int pulse_pcm_poll_revents(snd_pcm_ioplug_t * io,
pa_threaded_mainloop_lock(pcm->p->mainloop);
- err = pulse_poll_revents(pcm->p, pfd, nfds, revents);
- if (err < 0)
- goto finish;
-
*revents = 0;
/*
@@ -479,7 +475,6 @@ static int pulse_pcm_poll_revents(snd_pcm_ioplug_t * io,
*revents |= POLLIN;
}
- finish:
pa_threaded_mainloop_unlock(pcm->p->mainloop);
return err;