From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2616 invoked by alias); 29 Sep 2014 21:00:09 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 2594 invoked by uid 89); 29 Sep 2014 21:00:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 29 Sep 2014 21:00:07 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8TL04YW011812 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 29 Sep 2014 17:00:04 -0400 Received: from stumpy.slc.redhat.com (ovpn-113-24.phx2.redhat.com [10.3.113.24]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s8TL03qu002741; Mon, 29 Sep 2014 17:00:03 -0400 Message-ID: <5429C853.8080004@redhat.com> Date: Mon, 29 Sep 2014 21:00:00 -0000 From: Jeff Law User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: Thomas Schwinge , "Iyer, Balaji V" , barry.m.tannenbaum@intel.com, igor.zamyatin@intel.com CC: gcc-patches@gcc.gnu.org Subject: Re: libcilkrts: Remove unused function __cilkrts_sysdep_is_worker_thread_id References: <525460A9.2040409@redhat.com> <8738bae1mp.fsf@kepler.schwinge.homeip.net> In-Reply-To: <8738bae1mp.fsf@kepler.schwinge.homeip.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg02582.txt.bz2 On 09/29/14 12:13, Thomas Schwinge wrote: > Hi! > > On Wed, 9 Oct 2013 18:32:11 +0000, "Iyer, Balaji V" wrote: >> [libcilkrts] > > I have found a function that is -- as far as I can tell -- unused, and > I'm thus proposing to remove it. This increases portability, as this > code has dependencies on the operating system. Tested on x86 GNU/Hurd, > and x86_64 GNU/Linux is in progress. OK for trunk once testing > completed? > > commit 4f32339be3c95330b7fcd3bc6bb520a7401aa510 > Author: Thomas Schwinge > Date: Sat Sep 20 19:53:56 2014 +0200 > > libcilkrts: Remove unused function __cilkrts_sysdep_is_worker_thread_id. > > libcilkrts/ > * runtime/sysdep-unix.c (__cilkrts_sysdep_is_worker_thread_id): > Remove function. The Cilk+ runtime is shared with ICC and they'll need to pull in this code first. We can then pick it up via merges. jeff