This removes some pointless/dead code.
This commit is contained in:
parent
23340e2249
commit
b8a6b31205
3 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue