diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-03-04 16:50:25 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-03-04 16:50:25 +0100 |
commit | 6aa8ecf41be5427c56b8628cf3201190d23e42b4 (patch) | |
tree | dae47e4c1caef9bf8b7abf6a451abc25237d47aa /lib/int.h | |
parent | 1386b0abc2711ad4857a1eb43c247b0939c1a638 (diff) | |
download | libtasn1-6aa8ecf41be5427c56b8628cf3201190d23e42b4.tar.gz libtasn1-6aa8ecf41be5427c56b8628cf3201190d23e42b4.tar.bz2 libtasn1-6aa8ecf41be5427c56b8628cf3201190d23e42b4.zip |
Remove dead code.
Diffstat (limited to 'lib/int.h')
-rw-r--r-- | lib/int.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |