From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 6075F396E06C; Fri, 13 May 2022 14:20:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6075F396E06C Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Adhemerval Zanella To: glibc-cvs@sourceware.org Subject: [glibc/azanella/clang] x86: Remove unened __strstr_sse2 prototype X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/azanella/clang X-Git-Oldrev: 633f4264168a362bcbdb03b550b17f2ff35022a2 X-Git-Newrev: 63396a9ce2dbf59737a7c10aafb5588cb7733743 Message-Id: <20220513142027.6075F396E06C@sourceware.org> Date: Fri, 13 May 2022 14:20:27 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2022 14:20:27 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=63396a9ce2dbf59737a7c10aafb5588cb7733743 commit 63396a9ce2dbf59737a7c10aafb5588cb7733743 Author: Adhemerval Zanella Date: Mon Mar 14 18:27:33 2022 -0300 x86: Remove unened __strstr_sse2 prototype Diff: --- sysdeps/x86_64/multiarch/strstr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sysdeps/x86_64/multiarch/strstr.c b/sysdeps/x86_64/multiarch/strstr.c index 95600a9de5..a1e2c2a548 100644 --- a/sysdeps/x86_64/multiarch/strstr.c +++ b/sysdeps/x86_64/multiarch/strstr.c @@ -34,7 +34,6 @@ #include "string/strstr.c" extern __typeof (__redirect_strstr) __strstr_sse2_unaligned attribute_hidden; -extern __typeof (__redirect_strstr) __strstr_sse2 attribute_hidden; #include "init-arch.h"