diff options
Diffstat (limited to 'intl/finddomain.c')
-rw-r--r-- | intl/finddomain.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/intl/finddomain.c b/intl/finddomain.c index 7734fbf24f..a3083b10e2 100644 --- a/intl/finddomain.c +++ b/intl/finddomain.c @@ -47,11 +47,6 @@ void free (); # define memcpy(Dst, Src, Num) bcopy (Src, Dst, Num) # endif #endif -#if !HAVE_STRCHR && !defined _LIBC -# ifndef strchr -# define strchr index -# endif -#endif #if defined HAVE_UNISTD_H || defined _LIBC # include <unistd.h> |