summaryrefslogtreecommitdiffstats
path: root/RichString.c
diff options
context:
space:
mode:
Diffstat (limited to 'RichString.c')
-rw-r--r--RichString.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/RichString.c b/RichString.c
index c9c02dec..75198330 100644
--- a/RichString.c
+++ b/RichString.c
@@ -62,10 +62,6 @@ typedef struct RichString_ {
}*/
-#ifndef MIN
-#define MIN(a,b) ((a)<(b)?(a):(b))
-#endif
-
#define charBytes(n) (sizeof(CharType) * (n))
static void RichString_extendLen(RichString* this, int len) {