ref: 7c74bc39306e51568b670c2eca9f849eeafaddb6
parent: 33511f74bfa783f5dee0c0a78fdb8cb5f117c069
author: Timothy B. Terriberry <[email protected]>
date: Thu May 23 09:00:28 EDT 2013
Remove an unused variable added in 85ede2c6. Thanks to John Ridges for the report.
--- a/celt/celt_lpc.c
+++ b/celt/celt_lpc.c
@@ -163,7 +163,6 @@
{
opus_val32 ac0;
int shift;
- int n2;
ac0 = 1+n;
if (n&1) ac0 += SHR32(MULT16_16(xx[0],xx[0]),9);
for(i=(n&1);i<n;i+=2)