From: Arnaud Charlet Date: Fri, 22 May 2015 12:46:00 +0000 (+0200) Subject: Minor reformatting. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=770551bc9337bddcb721f89a1d231d7afaf141ef;p=gcc.git Minor reformatting. From-SVN: r223556 --- diff --git a/gcc/ada/exp_ch4.adb b/gcc/ada/exp_ch4.adb index e5b47531e31..c268968dd03 100644 --- a/gcc/ada/exp_ch4.adb +++ b/gcc/ada/exp_ch4.adb @@ -525,7 +525,6 @@ package body Exp_Ch4 is end if; Pop_Scope; - return FM_Id; end Create_Anonymous_Master; @@ -820,7 +819,6 @@ package body Exp_Ch4 is Make_Exception_Handler (Loc, Exception_Choices => New_List ( Make_Others_Choice (Loc)), - Statements => New_List ( New_Copy_Tree (Free_Stmt), Make_Raise_Statement (Loc))))));