aboutsummaryrefslogtreecommitdiffstats
path: root/src/csn1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/csn1.c')
-rw-r--r--src/csn1.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/csn1.c b/src/csn1.c
index b3817e39..3db1e134 100644
--- a/src/csn1.c
+++ b/src/csn1.c
@@ -1027,12 +1027,6 @@ csnStreamDecoder(csnStream_t* ar, const CSN_DESCR* pDescr, struct bitvec *vector
/* skip 'i' entries + this entry */
pDescr += pDescr->i + 1;
- /* pDescr now must be pointing to a CSN_END entry, if not this is an error */
- if ( pDescr->type != CSN_END )
- { /* substract one more bit from remaining_bits_len to make the "not enough bits" error to be triggered */
- remaining_bits_len--;
- }
-
/* set the data member to "not exist" */
*pui8 = 0;
break;