Remove unused definitions

This commit is contained in:
Leonhard Holz 2015-02-11 12:49:58 +01:00 committed by Ondřej Bílka
parent 306bc0d1ed
commit d35273f274
5 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,10 @@
2015-02-11 Leonhard Holz <leonhard.holz@web.de>
* string/strxfrm_l.c: Remove #define STRCMP.
* string/strcoll_l.c: Remove #define STRLEN.
* wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
* wcsmbs/wcscoll_l.c: Remove #define STRLEN.
2015-02-10 Joseph Myers <joseph@codesourcery.com>
* sysdeps/mips/soft-fp/sfp-machine.h: Move to ....

View File

@ -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

View File

@ -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"

View File

@ -24,7 +24,6 @@
#define USTRING_TYPE wint_t
#define STRCOLL __wcscoll_l
#define STRCMP wcscmp
#define STRLEN __wcslen
#define WEIGHT_H "../locale/weightwc.h"
#define SUFFIX WC
#define L(arg) L##arg

View File

@ -22,7 +22,6 @@
#define STRING_TYPE wchar_t
#define USTRING_TYPE wint_t
#define STRXFRM __wcsxfrm_l
#define STRCMP wcscmp
#define STRLEN __wcslen
#define STPNCPY __wcpncpy
#define WEIGHT_H "../locale/weightwc.h"