# HG changeset patch # User michael # Date 1239976642 0 # Node ID 72d9eee542c8928a3875998a3ca5a4fa86d4b22d # Parent 12c8d0e11f398cf0635a12549fbc31efd6667672 Remove unused variable from decode_init() found by CSA. diff -r 12c8d0e11f39 -r 72d9eee542c8 mpegaudiodec.c --- a/mpegaudiodec.c Fri Apr 17 13:07:18 2009 +0000 +++ b/mpegaudiodec.c Fri Apr 17 13:57:22 2009 +0000 @@ -358,7 +358,6 @@ for(i=1;i<16;i++) { const HuffTable *h = &mpa_huff_tables[i]; int xsize, x, y; - unsigned int n; uint8_t tmp_bits [512]; uint16_t tmp_codes[512]; @@ -366,7 +365,6 @@ memset(tmp_codes, 0, sizeof(tmp_codes)); xsize = h->xsize; - n = xsize * xsize; j = 0; for(x=0;x