aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1parser
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-03-04 23:23:50 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-03-04 23:23:50 +0000
commit6f74b0f7d6eaf3e8017de14eb13600ba22431a82 (patch)
treed35a6703d9056fc7437071424ee5e61f53986cc0 /libasn1parser
parent6c5d5e599b1a69fa45c9ed4a4ae28c3fee3f63e6 (diff)
refactoring
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@751 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'libasn1parser')
-rw-r--r--libasn1parser/asn1p_constr.h1
1 files changed, 0 insertions, 1 deletions
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 */