summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-02-28 09:00:38 +0000
committerSimon Josefsson <simon@josefsson.org>2006-02-28 09:00:38 +0000
commite3748418f72cc67c14b1a1fba641d701667a74c0 (patch)
treee8a9cb8492ee082c624d5e99a7986cd974614bca /lib
parenteac0529e92bcbf08f13b760fb9c24798e283d780 (diff)
downloadlibtasn1-e3748418f72cc67c14b1a1fba641d701667a74c0.tar.gz
libtasn1-e3748418f72cc67c14b1a1fba641d701667a74c0.tar.bz2
libtasn1-e3748418f72cc67c14b1a1fba641d701667a74c0.zip
Remove redundant definitions.
Diffstat (limited to 'lib')
-rw-r--r--lib/int.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/int.h b/lib/int.h
index 24503f0..0851689 100644
--- a/lib/int.h
+++ b/lib/int.h
@@ -36,8 +36,6 @@
#include <mem.h>
#define MAX_LOG_SIZE 1024 /* maximum number of characters of a log message */
-#define MAX_NAME_SIZE 128 /* maximum number of characters of a name inside an ASN1 file definiton */
-#define MAX_ERROR_DESCRIPTION_SIZE 128 /* maximum number of characters of a description message */
/* Define used for visiting trees. */
#define UP 1