This removes some pointless/dead code.

This commit is contained in:
Gregory Maxwell 2011-02-03 22:56:01 -05:00 committed by Jean-Marc Valin
parent 23340e2249
commit b8a6b31205
3 changed files with 1 additions and 4 deletions

View file

@ -1009,7 +1009,6 @@ int celt_encode_with_ec_float(CELTEncoder * restrict st, const celt_sig * pcm, i
VARDECL(celt_sig, _pre);
celt_sig *pre[2];
SAVE_STACK;
c = 0;
ALLOC(_pre, CC*(N+COMBFILTER_MAXPERIOD), celt_sig);
pre[0] = _pre;