diff options
author | Jean-Marc Valin <jmvalin@jmvalin.ca> | 2013-05-25 21:07:48 -0400 |
---|---|---|
committer | Jean-Marc Valin <jmvalin@jmvalin.ca> | 2013-05-25 21:07:48 -0400 |
commit | 319fe445e30eb77ba04f8ac610317417653ddf62 (patch) | |
tree | feccc903e064fc064428a479a4cbda5bbeb06012 /celt/pitch.c | |
parent | 1cdc3f5a2dd264eeaff51d835f519971d099051d (diff) | |
download | opus-319fe445e30eb77ba04f8ac610317417653ddf62.tar.gz |
oops (again)
Diffstat (limited to 'celt/pitch.c')
-rw-r--r-- | celt/pitch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/celt/pitch.c b/celt/pitch.c index 2e119978..cffee19c 100644 --- a/celt/pitch.c +++ b/celt/pitch.c @@ -472,7 +472,6 @@ opus_val16 remove_doubling(opus_val16 *x, int maxperiod, int minperiod, opus_val32 best_xy, best_yy; int offset; int minperiod0; - int max; VARDECL(opus_val32, yy_lookup); SAVE_STACK; |