Message ID | 20211024223023.1410274-6-rep.dot.nop@gmail.com |
---|---|
State | Committed |
Commit | 51227c5991046ad826c575715b02257e1879e482 |
Headers |
Return-Path: <gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org> X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id F1F3C385841B for <patchwork@sourceware.org>; Sun, 24 Oct 2021 22:37:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F1F3C385841B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1635115059; bh=MlLsqLbSpGZUPCuRq0I1RByd3I36Cpq7+UbdfzDjS5Q=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=vcQcmUaLODf++++UjO0sRWIDdCdpQUpLiVAsnNoxx/tlPV33M8nRBRAMeABH+bbNR umAvZlAqq+L3dbxbngXNHqsxQ3RQZpMAM0IfRAB1Tjj32EP95GVTRipKrWZsFE4Ccg Vcd27Gndr3hyNkFwHZNtL911pHcYjgnTzdh8VUr4= X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from mail-wr1-x431.google.com (mail-wr1-x431.google.com [IPv6:2a00:1450:4864:20::431]) by sourceware.org (Postfix) with ESMTPS id F14CA3858D3C; Sun, 24 Oct 2021 22:30:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org F14CA3858D3C Received: by mail-wr1-x431.google.com with SMTP id e12so9215146wra.4; Sun, 24 Oct 2021 15:30:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=MlLsqLbSpGZUPCuRq0I1RByd3I36Cpq7+UbdfzDjS5Q=; b=dUzTHVePZ0VLDlIPgCEF02zN9iv2ufLSOer0oRCthC9lYwQmC7O9KTVVzPHYnc1/oQ 4hJl79b5g3rcnHjp9IpcmXTjFiJtPXTHkpDuZYKUkJvTCmgIQ3M2ZETXlWoVriG7ULmH V32zyH8jt/XCFg2H3rsvsRCQ59lngy+4bXGTMuGwCUdISGwz6nZAO+Ongq4olyHr9AHp 45EfWTsGq0hm6pc/aoA/9bF5OaFaOAhj0LD46WW6xIMkDymmxH4lqLfiXOd7VZ7ntrho PqQtwV/CdJRza1l52IbnWShnuTYB6jpfm6SRgvw9VqmhQlkm5D+qbovJ0W5yWqeC5lNS zmWQ== X-Gm-Message-State: AOAM530Gn+xOnZPPiSEK2HqGGPjuyvfpzM+gTLfe7Uc5iYQBYLn/PJ1y Wmyon3OsytpfxTZJRAuGhOY= X-Google-Smtp-Source: ABdhPJyZswQHVqN6/YXJJtfPUVXTncii+1CpYr+5Dx6mtn7Yp/br/HmJl+Puh2znWo/QQp+WSuweSg== X-Received: by 2002:a05:6000:44:: with SMTP id k4mr18555945wrx.68.1635114641096; Sun, 24 Oct 2021 15:30:41 -0700 (PDT) Received: from nbbrfq.weghof (dynamic-2bq7di4u2lfl4qjka9-pd01.res.v6.highway.a1.net. [2001:871:227:33a8:f6a3:c58c:7641:e771]) by smtp.gmail.com with ESMTPSA id g3sm16667618wri.45.2021.10.24.15.30.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 24 Oct 2021 15:30:40 -0700 (PDT) Received: from b by nbbrfq.weghof with local (Exim 4.95) (envelope-from <b@localhost>) id 1mem0j-005utA-PO; Mon, 25 Oct 2021 00:30:37 +0200 To: gcc-patches@gcc.gnu.org, fortran@gcc.gnu.org Subject: [PATCH,Fortran 5/7] Fortran: Delete unused decl in trans-stmt.h Date: Mon, 25 Oct 2021 00:30:21 +0200 Message-Id: <20211024223023.1410274-6-rep.dot.nop@gmail.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20211024223023.1410274-1-rep.dot.nop@gmail.com> References: <20211024223023.1410274-1-rep.dot.nop@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-10.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list <gcc-patches.gcc.gnu.org> List-Unsubscribe: <https://gcc.gnu.org/mailman/options/gcc-patches>, <mailto:gcc-patches-request@gcc.gnu.org?subject=unsubscribe> List-Archive: <https://gcc.gnu.org/pipermail/gcc-patches/> List-Post: <mailto:gcc-patches@gcc.gnu.org> List-Help: <mailto:gcc-patches-request@gcc.gnu.org?subject=help> List-Subscribe: <https://gcc.gnu.org/mailman/listinfo/gcc-patches>, <mailto:gcc-patches-request@gcc.gnu.org?subject=subscribe> From: Bernhard Reutner-Fischer via Gcc-patches <gcc-patches@gcc.gnu.org> Reply-To: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Cc: Bernhard Reutner-Fischer <aldot@gcc.gnu.org> Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" <gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org> |
Series |
delete some unused decls, make static
|
|
Commit Message
Bernhard Reutner-Fischer
Oct. 24, 2021, 10:30 p.m. UTC
From: Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
gcc/fortran/ChangeLog:
* trans-stmt.h (gfc_trans_deallocate_array): Delete.
---
gcc/fortran/trans-stmt.h | 1 -
1 file changed, 1 deletion(-)
Comments
On 25.10.21 00:30, Bernhard Reutner-Fischer via Gcc-patches wrote: > From: Bernhard Reutner-Fischer <aldot@gcc.gnu.org> > > gcc/fortran/ChangeLog: > > * trans-stmt.h (gfc_trans_deallocate_array): Delete. OK. Thanks! Tobias > --- > gcc/fortran/trans-stmt.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/gcc/fortran/trans-stmt.h b/gcc/fortran/trans-stmt.h > index 1a24d9b4cdc..e824caf4d08 100644 > --- a/gcc/fortran/trans-stmt.h > +++ b/gcc/fortran/trans-stmt.h > @@ -66,7 +66,6 @@ tree gfc_trans_sync_team (gfc_code *); > tree gfc_trans_where (gfc_code *); > tree gfc_trans_allocate (gfc_code *); > tree gfc_trans_deallocate (gfc_code *); > -tree gfc_trans_deallocate_array (tree); > > /* trans-openmp.c */ > tree gfc_trans_omp_directive (gfc_code *); ----------------- Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Thomas Heurung, Frank Thürauf; Sitz der Gesellschaft: München; Registergericht München, HRB 106955
diff --git a/gcc/fortran/trans-stmt.h b/gcc/fortran/trans-stmt.h index 1a24d9b4cdc..e824caf4d08 100644 --- a/gcc/fortran/trans-stmt.h +++ b/gcc/fortran/trans-stmt.h @@ -66,7 +66,6 @@ tree gfc_trans_sync_team (gfc_code *); tree gfc_trans_where (gfc_code *); tree gfc_trans_allocate (gfc_code *); tree gfc_trans_deallocate (gfc_code *); -tree gfc_trans_deallocate_array (tree); /* trans-openmp.c */ tree gfc_trans_omp_directive (gfc_code *);