summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-04-20 17:11:13 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-04-20 17:11:13 +0200
commita74525a5b5b028d71ed9d0a50af7fa1f6ed61645 (patch)
treeaf38d79aa612d6047317513480ac903617b5d09c
parent8b10c845f9ec5730df45c53deb74b1ba187fabd4 (diff)
downloadlibtasn1-a74525a5b5b028d71ed9d0a50af7fa1f6ed61645.tar.gz
decoding: removed unused constants
-rw-r--r--lib/decoding.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/decoding.c b/lib/decoding.c
index ef26f6d..cfe2322 100644
--- a/lib/decoding.c
+++ b/lib/decoding.c
@@ -1540,11 +1540,6 @@ asn1_der_decoding (asn1_node * element, const void *ider, int ider_len,
return asn1_der_decoding2 (element, ider, &ider_len, 0, errorDescription);
}
-#define FOUND 1
-#define SAME_BRANCH 2
-#define OTHER_BRANCH 3
-#define EXIT 4
-
/**
* asn1_der_decoding_element:
* @structure: pointer to an ASN1 structure