From: Jaroslav Kysela Date: Tue, 23 Oct 2018 08:20:20 +0000 (+0200) Subject: test/audio_time: remove unused variables X-Git-Tag: v1.1.8~29 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=92172adb0b733de5a52f1671a279b3079cf0a657;p=alsa-lib.git test/audio_time: remove unused variables Signed-off-by: Jaroslav Kysela --- diff --git a/test/audio_time.c b/test/audio_time.c index a54c10dc..530922d9 100644 --- a/test/audio_time.c +++ b/test/audio_time.c @@ -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;