Remove an unused variable added in 85ede2c6.

Thanks to John Ridges for the report.
This commit is contained in:
Timothy B. Terriberry 2013-05-23 13:00:28 -07:00
parent 33511f74bf
commit 7c74bc3930

View file

@ -163,7 +163,6 @@ void _celt_autocorr(
{ {
opus_val32 ac0; opus_val32 ac0;
int shift; int shift;
int n2;
ac0 = 1+n; ac0 = 1+n;
if (n&1) ac0 += SHR32(MULT16_16(xx[0],xx[0]),9); if (n&1) ac0 += SHR32(MULT16_16(xx[0],xx[0]),9);
for(i=(n&1);i<n;i+=2) for(i=(n&1);i<n;i+=2)