From: Piotr Trojanek Date: Sun, 28 Feb 2021 23:03:47 +0000 (+0100) Subject: [Ada] Remove unused initialization with New_List X-Git-Tag: basepoints/gcc-13~6797 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6dc7a8ab14137d77e711e65c4097346b4d6e3799;p=thirdparty%2Fgcc.git [Ada] Remove unused initialization with New_List gcc/ada/ * exp_ch3.adb (Build_Slice_Assignment): Remove unused initialization. --- diff --git a/gcc/ada/exp_ch3.adb b/gcc/ada/exp_ch3.adb index 23b5b348a506..90529f1e7ab5 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 (