From 6678cb11c1990e5f816a5e0230d18ce9f72804fa Mon Sep 17 00:00:00 2001 From: vlm Date: Sun, 26 Sep 2004 13:10:40 +0000 Subject: 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 --- skeletons/constr_TYPE.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'skeletons/constr_TYPE.h') 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 */ -- cgit v1.2.3