From patchwork Sun Feb 8 09:06:36 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leonhard Holz X-Patchwork-Id: 437677 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 8B7DB140168 for ; Sun, 8 Feb 2015 20:06:56 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=GL1 ooK93Yb2ybWH7ktIVMpP4xfjrnPMxcGZil5ndWUf2S0Njg3LFiYPVq2WxnswfFkR nU1gg64OQAKdrTbY1/+MYwUnKwLpSJTtra2jDVeuh6uls9S2QcaAsLsT7MECLRw9 RS8owRNOw4AqPW7NzA45PEVCWXcCnTafj4egEBHo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=C9SFMFBhe 3cm4CRkxhBRgN8xGUc=; b=kk2TyQSqLbUP1tGzTTSxWvF+4/VRYzIjMcD9w3MK8 WoUT5ofOw05tyDFCVRAuxEWwz8yUhjuu06j80TRyayaPT17dtWD1kcO42K/LBBZw dYGsf//8CyCi0hohVpMFhcxuvpsOU0BuZtvPeuwgJoAHmH7yFhMpz2xGCllknKW0 sQ= Received: (qmail 10904 invoked by alias); 8 Feb 2015 09:06:38 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 10892 invoked by uid 89); 8 Feb 2015 09:06:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mout.web.de Message-ID: <54D7271C.8060705@web.de> Date: Sun, 08 Feb 2015 10:06:36 +0100 From: Leonhard Holz User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: libc-alpha@sourceware.org Subject: [PATCH] Remove unused defines from strxfrm_l.c and strcoll_l.c X-UI-Out-Filterresults: notjunk:1; * string/strxfrm_l.c: Remove #define STRCMP. * string/strcoll_l.c: Remove #define STRLEN. diff --git a/string/strxfrm_l.c b/string/strxfrm_l.c index 921d1f7..8b61ea2 100644 --- a/string/strxfrm_l.c +++ b/string/strxfrm_l.c @@ -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" diff --git a/string/strcoll_l.c b/string/strcoll_l.c index 85422bd..658d5b9 100644 --- a/string/strcoll_l.c +++ b/string/strcoll_l.c @@ -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