aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/constr_TYPE.h
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-09-26 13:10:40 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-09-26 13:10:40 +0000
commit6678cb11c1990e5f816a5e0230d18ce9f72804fa (patch)
tree3ca594c26afc87cfb43b7bbd54b7bfc6e5ee128c /skeletons/constr_TYPE.h
parentb21cfd41d061a1749c3792081d9e53e3295a999c (diff)
clean-up; removed unnecessary field from type descriptor
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@400 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'skeletons/constr_TYPE.h')
-rw-r--r--skeletons/constr_TYPE.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/skeletons/constr_TYPE.h b/skeletons/constr_TYPE.h
index c8982f9d..93ed24d3 100644
--- a/skeletons/constr_TYPE.h
+++ b/skeletons/constr_TYPE.h
@@ -111,8 +111,6 @@ typedef struct asn1_TYPE_descriptor_s {
ber_tlv_tag_t *all_tags;/* Every tag for BER/containment */
int all_tags_count; /* Number of tags */
- int last_tag_form; /* Acceptable form of the tag (prim, constr) */
-
/*
* An ASN.1 production type members (members of SEQUENCE, SET, CHOICE).
*/
@@ -132,7 +130,7 @@ typedef struct asn1_TYPE_descriptor_s {
enum asn1_TYPE_flags_e {
ATF_NOFLAGS,
ATF_POINTER = 0x01, /* Represented by the pointer */
- ATF_OPEN_TYPE = 0x02, /* ANY type, without meaningful tag */
+ ATF_OPEN_TYPE = 0x02 /* ANY type, without meaningful tag */
};
typedef struct asn1_TYPE_member_s {
enum asn1_TYPE_flags_e flags; /* Element's presentation flags */