From 23d3bc01ea9de48a0ba2a2255fb7e30fc9c632ea Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Mon, 19 Jun 2017 04:59:40 +0700 Subject: core/conv/conv_acc.c: drop unused structure member Change-Id: I81f7c35abf424f501ca53d6984c0d56f7936984b --- src/conv_acc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/conv_acc.c b/src/conv_acc.c index a3e3f168..c4545d70 100644 --- a/src/conv_acc.c +++ b/src/conv_acc.c @@ -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 *, -- cgit v1.2.3