aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1parser
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-03-04 23:23:50 +0000
committerLev Walkin <vlm@lionet.info>2005-03-04 23:23:50 +0000
commit6938d0446baeb98875472055077f143e385756f4 (patch)
treed35a6703d9056fc7437071424ee5e61f53986cc0 /libasn1parser
parentfe7f6ecdddf550f56e7fc20a3e53d420796448e7 (diff)
refactoring
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 */