From 393d4cee4b2f6bb9a3894a14b6531b42007f31e9 Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Tue, 3 Oct 2023 07:17:47 +0200 Subject: [PATCH] CI fixes --- src/alr/alr-commands-edit.adb | 1 - src/alr/alr-commands-index.adb | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/alr/alr-commands-edit.adb b/src/alr/alr-commands-edit.adb index 4dbdd4250..7b2b22c8d 100644 --- a/src/alr/alr-commands-edit.adb +++ b/src/alr/alr-commands-edit.adb @@ -96,7 +96,6 @@ package body Alr.Commands.Edit is Reportaise_Command_Failed ("'" & Exec & "' not available or not in PATH."); end if; - return; end if; end; diff --git a/src/alr/alr-commands-index.adb b/src/alr/alr-commands-index.adb index 47d21ac08..a3c3b8e20 100644 --- a/src/alr/alr-commands-index.adb +++ b/src/alr/alr-commands-index.adb @@ -53,7 +53,6 @@ package body Alr.Commands.Index is begin if not Result.Success then Reportaise_Command_Failed (Alire.Message (Result)); - return; end if; -- Find matching index and delete @@ -159,7 +158,6 @@ package body Alr.Commands.Index is begin if not Result.Success then Reportaise_Command_Failed (Alire.Message (Result)); - return; end if; Table