From 65687ac76c1640e4e01920c0d7c20aff374e6b8c Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Wed, 6 Sep 2017 14:35:23 -0300 Subject: Remove remaining _HAVE_STRING_ARCH_* definitions (BZ #18858) Since the removal of bits/string.h, _HAVE_STRING_ARCH_* are no longer used. This patch removes the unused macros from i686 and x86_64 sysdeps folder. Checked on x86_64-linux-gnu and i686-linux-gnu. * sysdeps/i386/i686/multiarch/strncpy.c (_HAVE_STRING_ARCH_strncpy): Remove define. * sysdeps/x86_64/multiarch/stpcpy.c (_HAVE_STRING_ARCH_stpcpy): Likewise. * sysdeps/x86_64/multiarch/strcspn.c (_HAVE_STRING_ARCH_strcspn): Likewise. * sysdeps/x86_64/multiarch/strncat.c (_HAVE_STRING_ARCH_strncat): Likewise. * sysdeps/x86_64/multiarch/strncpy.c (_HAVE_STRING_ARCH_strncpy): Likewise. * sysdeps/x86_64/multiarch/strpbrk.c (_HAVE_STRING_ARCH_strpbrk): Likewise. * sysdeps/x86_64/multiarch/strspn.c (_HAVE_STRING_ARCH_strspn): Likewise. --- sysdeps/x86_64/multiarch/strpbrk.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sysdeps/x86_64/multiarch/strpbrk.c') diff --git a/sysdeps/x86_64/multiarch/strpbrk.c b/sysdeps/x86_64/multiarch/strpbrk.c index 65453df498..b69cd73493 100644 --- a/sysdeps/x86_64/multiarch/strpbrk.c +++ b/sysdeps/x86_64/multiarch/strpbrk.c @@ -19,7 +19,6 @@ /* Define multiple versions only for the definition in libc. */ #if IS_IN (libc) -# define _HAVE_STRING_ARCH_strpbrk 1 # define strpbrk __redirect_strpbrk # include # undef strpbrk -- cgit 1.4.1