summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-06 13:48:03 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-06 13:48:03 +0100
commit6d22352b062bf633a63b822b163ef5d9935396c4 (patch)
tree0effa5af37c0c1c93588d41e199263c43d829d45
parent5ad06db9ebdf2139d12331f83d48d77853ad55ef (diff)
downloadlibtasn1-6d22352b062bf633a63b822b163ef5d9935396c4.tar.gz
removed debug flag
-rw-r--r--lib/decoding.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/decoding.c b/lib/decoding.c
index e858f0a..7fbd931 100644
--- a/lib/decoding.c
+++ b/lib/decoding.c
@@ -33,7 +33,6 @@
#include <limits.h>
#include <intprops.h>
-#define DEBUG
#ifdef DEBUG
# define warn() fprintf(stderr, "%s: %d\n", __func__, __LINE__)
#else