summaryrefslogtreecommitdiff
path: root/string
diff options
context:
space:
mode:
authorLeonhard Holz <leonhard.holz@web.de>2015-02-11 12:49:58 +0100
committerOndřej Bílka <neleai@seznam.cz>2015-02-11 12:50:53 +0100
commitd35273f2746d234c81ca0e9307db9cd30eb6baaa (patch)
treee1b71d5055ec528a21424705bc05f74c543b2fe6 /string
parent306bc0d1ed23ef3e38be2b371a197d669ae22334 (diff)
Remove unused definitions
Diffstat (limited to 'string')
-rw-r--r--string/strcoll_l.c1
-rw-r--r--string/strxfrm_l.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/string/strcoll_l.c b/string/strcoll_l.c
index 85422bdd87..658d5b9b90 100644
--- a/string/strcoll_l.c
+++ b/string/strcoll_l.c
@@ -30,7 +30,6 @@
# define USTRING_TYPE unsigned char
# define STRCOLL __strcoll_l
# define STRCMP strcmp
-# define STRLEN strlen
# define WEIGHT_H "../locale/weight.h"
# define SUFFIX MB
# define L(arg) arg
diff --git a/string/strxfrm_l.c b/string/strxfrm_l.c
index 921d1f76c4..8b61ea2b20 100644
--- a/string/strxfrm_l.c
+++ b/string/strxfrm_l.c
@@ -29,7 +29,6 @@
# define STRING_TYPE char
# define USTRING_TYPE unsigned char
# define STRXFRM __strxfrm_l
-# define STRCMP strcmp
# define STRLEN strlen
# define STPNCPY __stpncpy
# define WEIGHT_H "../locale/weight.h"