bluetooth: Remove unused ts_elapsed variable
authorMarijn Suijten <marijns95@gmail.com>
Thu, 21 Jan 2021 21:05:51 +0000 (22:05 +0100)
committerPulseAudio Marge Bot <pulseaudio-maintainers@lists.freedesktop.org>
Mon, 1 Feb 2021 16:10:12 +0000 (16:10 +0000)
Fixes: 969951121 ("bluetooth: allow increasing output bitrate")
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/477>

src/modules/bluetooth/module-bluez5-device.c

index ebfccfe..dfd0897 100644 (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);