From 1617736937c66a275b0428195815e36d150f6990 Mon Sep 17 00:00:00 2001 From: Ruslan Mstoi Date: Tue, 30 Jan 2024 18:01:28 +0200 Subject: [PATCH] scripts: check-image-compatibility.sh: remove unused variable COUNT COUNT variable is never used, hence remove Signed-off-by: Ruslan Mstoi --- scripts/check-image-compatibility.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/check-image-compatibility.sh b/scripts/check-image-compatibility.sh index 1ee579b12..98fef8b73 100644 --- a/scripts/check-image-compatibility.sh +++ b/scripts/check-image-compatibility.sh @@ -140,7 +140,6 @@ do done COLUMNS=$j -COUNT=${#partitions[@]} START_ADDRESS_INDEX=1 FILE_SYS_INDEX2=$((COLUMNS-1)) FILE_SYS_INDEX1=$((COLUMNS-2))