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/strxfrm_l.c | |
parent | 306bc0d1ed23ef3e38be2b371a197d669ae22334 (diff) | |
download | glibc-d35273f2746d234c81ca0e9307db9cd30eb6baaa.tar.gz glibc-d35273f2746d234c81ca0e9307db9cd30eb6baaa.tar.xz glibc-d35273f2746d234c81ca0e9307db9cd30eb6baaa.zip |
Remove unused definitions
Diffstat (limited to 'string/strxfrm_l.c')
-rw-r--r-- | string/strxfrm_l.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |