removed conditional statement

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@602 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2005-01-17 14:33:55 +00:00
parent a8f4a4cab0
commit 93d2688f1e
1 changed files with 0 additions and 8 deletions

View File

@ -316,14 +316,6 @@ process_line(const char *fname, char *line, int lineno) {
}
tlv_tag = ((tag_value << 2) | tag_class);
if(0) {
printf("[%s>]\n", op);
printf(" <%c T=\"%s\" TL=\"%d\" V=\"%d\">\n",
constr?'C':'P',
ber_tlv_tag_string(tlv_tag),
tl_len, tlv_len);
}
ret = ber_tlv_tag_serialize(tlv_tag, buf, sizeof(buf));
assert(ret >= 1 && (size_t)ret < sizeof(buf));
if(constr == 2) {