diff options
author | Leonhard Holz <leonhard.holz@web.de> | 2015-02-11 12:49:58 +0100 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2015-02-11 12:50:53 +0100 |
commit | d35273f2746d234c81ca0e9307db9cd30eb6baaa (patch) | |
tree | e1b71d5055ec528a21424705bc05f74c543b2fe6 /string | |
parent | 306bc0d1ed23ef3e38be2b371a197d669ae22334 (diff) | |
download | glibc-d35273f2746d234c81ca0e9307db9cd30eb6baaa.tar glibc-d35273f2746d234c81ca0e9307db9cd30eb6baaa.tar.gz glibc-d35273f2746d234c81ca0e9307db9cd30eb6baaa.tar.bz2 glibc-d35273f2746d234c81ca0e9307db9cd30eb6baaa.zip |
Remove unused definitions
Diffstat (limited to 'string')
-rw-r--r-- | string/strcoll_l.c | 1 | ||||
-rw-r--r-- | string/strxfrm_l.c | 1 |
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" |