From 0e047a188b6c287ee9716fa0186c7e5ecc74e759 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sun, 15 May 2011 01:56:11 +0300 Subject: [PATCH] sbc: Remove unused variable --- sbc/sbcinfo.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sbc/sbcinfo.c b/sbc/sbcinfo.c index 6d9267996..8cfb54afa 100644 --- a/sbc/sbcinfo.c +++ b/sbc/sbcinfo.c @@ -174,7 +174,7 @@ static int analyze_file(char *filename) unsigned char buf[64]; double rate; int bitpool[SIZE], frame_len[SIZE]; - int subbands, blocks, freq, mode, method; + int subbands, blocks, freq, method; int n, p1, p2, fd, size, num; ssize_t len; unsigned int count; @@ -199,7 +199,6 @@ static int analyze_file(char *filename) subbands = (hdr.subbands + 1) * 4; blocks = (hdr.blocks + 1) * 4; freq = hdr.sampling_frequency; - mode = hdr.channel_mode; method = hdr.allocation_method; count = calc_frame_len(&hdr); -- 2.47.3