From 6f74b0f7d6eaf3e8017de14eb13600ba22431a82 Mon Sep 17 00:00:00 2001 From: vlm Date: Fri, 4 Mar 2005 23:23:50 +0000 Subject: refactoring git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@751 59561ff5-6e30-0410-9f3c-9617f08c8826 --- libasn1parser/asn1p_constr.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libasn1parser') diff --git a/libasn1parser/asn1p_constr.h b/libasn1parser/asn1p_constr.h index 7c425b45..27369fdd 100644 --- a/libasn1parser/asn1p_constr.h +++ b/libasn1parser/asn1p_constr.h @@ -57,7 +57,6 @@ typedef struct asn1p_constraint_s { unsigned int el_size; /* Size of the allocated (elements) */ int _lineno; /* Position in a source file */ - int _compile_mark; /* Marker used by the compiler */ } asn1p_constraint_t; /* Human-readable constraint type description */ -- cgit v1.2.3