core/conv/conv_acc.c: drop unused structure member

Change-Id: I81f7c35abf424f501ca53d6984c0d56f7936984b
This commit is contained in:
Vadim Yanitskiy 2017-06-19 04:59:40 +07:00
parent 46e533c13a
commit 23d3bc01ea
1 changed files with 0 additions and 2 deletions

View File

@ -156,7 +156,6 @@ struct vtrellis {
* recursive - Set to '1' if the code is recursive
* intrvl - Normalization interval
* trellis - Trellis object
* punc - Puncturing sequence
* paths - Trellis paths
*/
struct vdecoder {
@ -166,7 +165,6 @@ struct vdecoder {
int recursive;
int intrvl;
struct vtrellis *trellis;
int *punc;
int16_t **paths;
void (*metric_func)(const int8_t *, const int16_t *,