public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-1516] [Ada] Remove unused initialization with New_List
@ 2021-06-16  8:45 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2021-06-16  8:45 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:6dc7a8ab14137d77e711e65c4097346b4d6e3799

commit r12-1516-g6dc7a8ab14137d77e711e65c4097346b4d6e3799
Author: Piotr Trojanek <trojanek@adacore.com>
Date:   Mon Mar 1 00:03:47 2021 +0100

    [Ada] Remove unused initialization with New_List
    
    gcc/ada/
    
            * exp_ch3.adb (Build_Slice_Assignment): Remove unused
            initialization.

Diff:
---
 gcc/ada/exp_ch3.adb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ada/exp_ch3.adb b/gcc/ada/exp_ch3.adb
index 23b5b348a50..90529f1e7ab 100644
--- a/gcc/ada/exp_ch3.adb
+++ b/gcc/ada/exp_ch3.adb
@@ -4388,7 +4388,7 @@ package body Exp_Ch3 is
 
       declare
          Spec    : Node_Id;
-         Formals : List_Id := New_List;
+         Formals : List_Id;
 
       begin
          Formals := New_List (


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-16  8:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-16  8:45 [gcc r12-1516] [Ada] Remove unused initialization with New_List Pierre-Marie de Rodat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).