summaryrefslogtreecommitdiff
path: root/lib/int.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-03-04 16:50:25 +0100
committerSimon Josefsson <simon@josefsson.org>2009-03-04 16:50:25 +0100
commit6aa8ecf41be5427c56b8628cf3201190d23e42b4 (patch)
treedae47e4c1caef9bf8b7abf6a451abc25237d47aa /lib/int.h
parent1386b0abc2711ad4857a1eb43c247b0939c1a638 (diff)
downloadlibtasn1-6aa8ecf41be5427c56b8628cf3201190d23e42b4.tar.gz
libtasn1-6aa8ecf41be5427c56b8628cf3201190d23e42b4.tar.bz2
libtasn1-6aa8ecf41be5427c56b8628cf3201190d23e42b4.zip
Remove dead code.
Diffstat (limited to 'lib/int.h')
-rw-r--r--lib/int.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/int.h b/lib/int.h
index a6889f9..3bcbf43 100644
--- a/lib/int.h
+++ b/lib/int.h
@@ -53,12 +53,6 @@ struct node_asn
unsigned char small_value[ASN1_SMALL_VALUE_SIZE]; /* For small values */
};
-/*
-#define LIBTASN1_DEBUG
-#define LIBTASN1_DEBUG_PARSER
-#define LIBTASN1_DEBUG_INTEGER
-*/
-
#define _asn1_malloc malloc
#define _asn1_free free
#define _asn1_calloc calloc