bluetooth: Remove unused ts_elapsed variable

Fixes: 969951121 ("bluetooth: allow increasing output bitrate")
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/477>
This commit is contained in:
Marijn Suijten 2021-01-21 22:05:51 +01:00 committed by PulseAudio Marge Bot
parent f9bf21e012
commit ff2f16294f

View file

@ -1367,7 +1367,6 @@ static void thread_func(void *userdata) {
unsigned blocks_to_write = 0;
unsigned bytes_to_write = 0;
struct timeval tv_last_output_rate_change;
pa_usec_t ts_elapsed;
pa_assert(u);
pa_assert(u->transport);