From: Diego E. 'Flameeyes' Pettenò Date: Fri, 21 Nov 2008 12:09:52 +0000 (+0100) Subject: Remove some unused variables. X-Git-Tag: v1.0.19~8 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=f53441ae6880ace555a53ff6afba76475d5d19dd;p=alsa-utils.git Remove some unused variables. Signed-off-by: Diego E. 'Flameeyes' Pettenò --- diff --git a/speaker-test/speaker-test.c b/speaker-test/speaker-test.c index b8cd5c8..c626ad7 100644 --- a/speaker-test/speaker-test.c +++ b/speaker-test/speaker-test.c @@ -251,12 +251,9 @@ static void generate_pink_noise( uint8_t *frames, int channel, int count) { double res; int chn; int32_t ires; - float fres; int8_t *samp8 = (int8_t*) frames; int16_t *samp16 = (int16_t*) frames; int32_t *samp32 = (int32_t*) frames; - float *samp_f = (float*) frames; - int sample_size_bits = snd_pcm_format_width(format); while (count-- > 0) { for(chn=0;chn