summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy B. Terriberry <tterribe@xiph.org>2013-05-23 13:00:28 -0700
committerTimothy B. Terriberry <tterribe@xiph.org>2013-05-23 13:00:28 -0700
commit7c74bc39306e51568b670c2eca9f849eeafaddb6 (patch)
tree88f506c11db25efe3afea1902c0047da74345558
parent33511f74bfa783f5dee0c0a78fdb8cb5f117c069 (diff)
downloadopus-7c74bc39306e51568b670c2eca9f849eeafaddb6.tar.gz
Remove an unused variable added in 85ede2c6.
Thanks to John Ridges for the report.
-rw-r--r--celt/celt_lpc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/celt/celt_lpc.c b/celt/celt_lpc.c
index b69884d4..1838319d 100644
--- a/celt/celt_lpc.c
+++ b/celt/celt_lpc.c
@@ -163,7 +163,6 @@ void _celt_autocorr(
{
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)