From: Piotr Trojanek Date: Fri, 5 Jul 2024 15:42:00 +0000 (+0200) Subject: ada: Remove unused null branch X-Git-Tag: basepoints/gcc-16~6868 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=637b27b98076d8857aa62655bbb815a39f8f68bc;p=thirdparty%2Fgcc.git ada: Remove unused null branch Code cleanup; semantics is unaffected. gcc/ada/ * exp_util.adb (Insert_Actions): Remove null ELSE branch. --- diff --git a/gcc/ada/exp_util.adb b/gcc/ada/exp_util.adb index bde50687597..ef8c91dfe94 100644 --- a/gcc/ada/exp_util.adb +++ b/gcc/ada/exp_util.adb @@ -8186,9 +8186,6 @@ package body Exp_Util is end if; return; - - else - null; end if; -- Special case: an attribute denoting a procedure call