From a74525a5b5b028d71ed9d0a50af7fa1f6ed61645 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 20 Apr 2016 17:11:13 +0200 Subject: decoding: removed unused constants --- lib/decoding.c | 5 ----- 1 file changed, 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 -- cgit v1.2.1