mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
test/audio_time: remove unused variables
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
956bc152e7
commit
92172adb0b
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue