From 92172adb0b733de5a52f1671a279b3079cf0a657 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 23 Oct 2018 10:20:20 +0200 Subject: [PATCH] test/audio_time: remove unused variables Signed-off-by: Jaroslav Kysela --- test/audio_time.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.47.1