From cd5c2573ac10a266a9a70a3368e154144d9016e2 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 9 May 2024 13:03:35 +0100 Subject: [PATCH] build/roms: remove unnecessary command there is no need to return 0 at the end of a function. sh does that anyway Signed-off-by: Leah Rowe --- script/build/roms | 1 - 1 file changed, 1 deletion(-) diff --git a/script/build/roms b/script/build/roms index eab2f7d..3aa6e3b 100755 --- a/script/build/roms +++ b/script/build/roms @@ -172,7 +172,6 @@ print_target_name() break fi done - return 0 } skip_board()