summaryrefslogtreecommitdiffstats
path: root/src/conv_acc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conv_acc.c')
-rw-r--r--src/conv_acc.c2
1 files changed, 0 insertions, 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 *,