From e02a3144ce76d1541af7d709562577d527abf489 Mon Sep 17 00:00:00 2001 From: vlm Date: Mon, 14 Feb 2005 19:23:09 +0000 Subject: [PATCH] SET is now supported git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@636 59561ff5-6e30-0410-9f3c-9617f08c8826 --- libasn1compiler/asn1c_C.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libasn1compiler/asn1c_C.c b/libasn1compiler/asn1c_C.c index 91b15eb7..510de17a 100644 --- a/libasn1compiler/asn1c_C.c +++ b/libasn1compiler/asn1c_C.c @@ -1515,7 +1515,6 @@ emit_type_DEF(arg_t *arg, asn1p_expr_t *expr, enum tvm_compat tv_mode, int tags_ OUT("%s_decode_ber,\n", p); OUT("%s_encode_der,\n", p); switch(expr->expr_type) { - case ASN_CONSTR_SET: case ASN_CONSTR_SET_OF: case ASN_CONSTR_SEQUENCE_OF: OUT("0,\t\t\t\t/* Not implemented yet */\n");