summaryrefslogtreecommitdiffstats
path: root/RichString.c
diff options
context:
space:
mode:
Diffstat (limited to 'RichString.c')
-rw-r--r--RichString.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/RichString.c b/RichString.c
index 95ddf297..b97e34e5 100644
--- a/RichString.c
+++ b/RichString.c
@@ -12,8 +12,6 @@ in the source distribution for its full text.
#include <stdlib.h>
#include <string.h>
-#define RICHSTRING_MAXLEN 350
-
#define charBytes(n) (sizeof(CharType) * (n))
static void RichString_extendLen(RichString* this, int len) {