Skip to content

Commit

Permalink
Remove unused definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
leoholz authored and neleai committed Feb 11, 2015
1 parent 306bc0d commit d35273f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2015-02-11 Leonhard Holz <[email protected]>

* 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 <[email protected]>

* sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
Expand Down
1 change: 0 additions & 1 deletion string/strcoll_l.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion string/strxfrm_l.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion wcsmbs/wcscoll_l.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion wcsmbs/wcsxfrm_l.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d35273f

Please sign in to comment.