summaryrefslogtreecommitdiffstats
path: root/StringUtils.c
diff options
context:
space:
mode:
Diffstat (limited to 'StringUtils.c')
-rw-r--r--StringUtils.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/StringUtils.c b/StringUtils.c
index d7058a28..6bae8227 100644
--- a/StringUtils.c
+++ b/StringUtils.c
@@ -14,12 +14,6 @@ in the source distribution for its full text.
#include <strings.h>
#include <stdlib.h>
-/*{
-#include <stdio.h>
-
-#define String_startsWith(s, match) (strncmp((s),(match),strlen(match)) == 0)
-#define String_contains_i(s1, s2) (strcasestr(s1, s2) != NULL)
-}*/
/*
* String_startsWith gives better performance if strlen(match) can be computed