From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-5.7 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_A,RCVD_IN_DNSWL_MED,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 06D481F8C6 for ; Mon, 13 Sep 2021 03:36:43 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 402AA3857C69 for ; Mon, 13 Sep 2021 03:36:41 +0000 (GMT) Received: from bumble.elm.relay.mailchannels.net (bumble.elm.relay.mailchannels.net [23.83.212.25]) by sourceware.org (Postfix) with ESMTPS id 993B43858D35 for ; Mon, 13 Sep 2021 03:36:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 993B43858D35 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gotplt.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gotplt.org X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 4556256106A; Mon, 13 Sep 2021 03:36:28 +0000 (UTC) Received: from pdx1-sub0-mail-a59.g.dreamhost.com (unknown [127.0.0.6]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 4FC98560B39; Mon, 13 Sep 2021 03:36:27 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a59.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.114.12.118 (trex/6.4.3); Mon, 13 Sep 2021 03:36:28 +0000 X-MC-Relay: Junk X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Battle-Well-Made: 681fc55f64dfe81e_1631504188059_2636146721 X-MC-Loop-Signature: 1631504188058:1115492374 X-MC-Ingress-Time: 1631504188058 Received: from pdx1-sub0-mail-a59.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a59.g.dreamhost.com (Postfix) with ESMTP id F21C68ADD3; Sun, 12 Sep 2021 20:36:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gotplt.org; h=subject:to :references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=gotplt.org; bh=41R6AQ X606pLnFJhAJtxv5KZ90E=; b=MDV5biiUKl7vZVOgzUcK3RMLes4RqJ7IDyQ3rl xY9QnKP3Hbg2HDd87rXZ3VDxoD/IZyZLegth3iWymOmw+dCtUikNGPIPlQ6Zv1d4 DyQVGMWMYaL+E8GuJ6zJsMWfMA8KAqJHsgHyoWSytPSqaPKZtRjx7DA9JMDAiGGg xb5FI= Received: from [192.168.1.167] (unknown [1.186.224.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a59.g.dreamhost.com (Postfix) with ESMTPSA id 5B1B78ADD2; Sun, 12 Sep 2021 20:36:23 -0700 (PDT) Subject: Re: [PATCH v3 3/5] benchtests: Remove redundant assert.h To: Naohiro Tamura , "Lucas A. M. Magalhaes" , libc-alpha@sourceware.org References: <20210805074733.433430-1-naohirot@fujitsu.com> <20210805075120.433591-1-naohirot@fujitsu.com> X-DH-BACKEND: pdx1-sub0-mail-a59 From: Siddhesh Poyarekar Message-ID: Date: Mon, 13 Sep 2021 09:06:18 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <20210805075120.433591-1-naohirot@fujitsu.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" On 8/5/21 1:21 PM, Naohiro Tamura via Libc-alpha wrote: > This patch removed redundant "#include " from > bench-memset-large.c and bench-memset-walk.c. > --- > benchtests/bench-memset-large.c | 1 - > benchtests/bench-memset-walk.c | 1 - > 2 files changed, 2 deletions(-) LGTM. Reviewed-by: Siddhesh Poyarekar