summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-05-16 19:36:19 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-05-16 19:36:19 +0200
commit92541f56adbdb56bbc97b07c2e073bbcd9f11b4a (patch)
tree380fcea8068d4a2950d2801ab4674e1715ad59e3
parent06898d9e086d7d30fcfc7b0b61b8405e2d6bac28 (diff)
downloadlibtasn1-92541f56adbdb56bbc97b07c2e073bbcd9f11b4a.tar.gz
removed debug definition
-rw-r--r--lib/decoding.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/decoding.c b/lib/decoding.c
index ef2468a..7e0ed05 100644
--- a/lib/decoding.c
+++ b/lib/decoding.c
@@ -33,8 +33,6 @@
#include <limits.h>
#include <intprops.h>
-#define DEBUG
-
#ifdef DEBUG
# define warn() fprintf(stderr, "%s: %d\n", __func__, __LINE__)
#else