aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/constr_SEQUENCE.h
diff options
context:
space:
mode:
Diffstat (limited to 'skeletons/constr_SEQUENCE.h')
-rw-r--r--skeletons/constr_SEQUENCE.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/skeletons/constr_SEQUENCE.h b/skeletons/constr_SEQUENCE.h
index 17754bb5..1e282c2b 100644
--- a/skeletons/constr_SEQUENCE.h
+++ b/skeletons/constr_SEQUENCE.h
@@ -7,18 +7,6 @@
#include <constr_TYPE.h>
-/*
- * A single element of the SEQUENCE type.
- */
-typedef struct asn1_SEQUENCE_element_s {
- int memb_offset; /* Offset of the element */
- int optional; /* Whether the element is optional */
- ber_tlv_tag_t tag; /* Outmost (most immediate) tag */
- int tag_mode; /* IMPLICIT/no/EXPLICIT tag at current level */
- asn1_TYPE_descriptor_t *type; /* Member type descriptor */
- char *name; /* ASN.1 identifier of the element */
-} asn1_SEQUENCE_element_t;
-
typedef struct asn1_SEQUENCE_specifics_s {
/*
* Target structure description.
@@ -27,12 +15,6 @@ typedef struct asn1_SEQUENCE_specifics_s {
int ctx_offset; /* Offset of the ber_dec_ctx_t member */
/*
- * Members of the SEQUENCE structure.
- */
- asn1_SEQUENCE_element_t *elements;
- int elements_count;
-
- /*
* Tags to members mapping table (sorted).
*/
asn1_TYPE_tag2member_t *tag2el;