test/audio_time: remove unused variables

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2018-10-23 10:20:20 +02:00
parent 956bc152e7
commit 92172adb0b

View file

@ -115,9 +115,7 @@ int main(int argc, char *argv[])
snd_pcm_sw_params_t *swparams_p;
snd_pcm_sw_params_t *swparams_c;
snd_pcm_uframes_t curr_count_c;
snd_pcm_uframes_t frame_count_c = 0;
snd_pcm_uframes_t curr_count_p;
snd_pcm_uframes_t frame_count_p = 0;
snd_pcm_sframes_t delay_p, delay_c;