From 9896e08f5e772d30222aa40e22eec0f7a6d23e26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 1 Oct 2024 12:20:10 +0200 Subject: [PATCH] all.sh: rm obsolete functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The only occurrences found by git grep were the definitions and the comment saying these are kept for backwards compatibility. Signed-off-by: Manuel Pégourié-Gonnard --- tests/scripts/all.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 35fc1be1d0..9ffcedf50d 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -763,15 +763,6 @@ pre_setup_keep_going () { } } -# record_status() and if_build_succeeded() are kept temporarily for backward -# compatibility. Don't use them in new components. -record_status () { - "$@" -} -if_build_succeeded () { - "$@" -} - # '! true' does not trigger the ERR trap. Arrange to trigger it, with # a reasonably informative error message (not just "$@"). not () {