scripts: check-image-compatibility.sh: remove unused variable COUNT

COUNT variable is never used, hence remove

Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com>
This commit is contained in:
Ruslan Mstoi 2024-01-30 18:01:28 +02:00 committed by Bo Chen
parent a9340f5d9d
commit 1617736937

View File

@ -140,7 +140,6 @@ do
done
COLUMNS=$j
COUNT=${#partitions[@]}
START_ADDRESS_INDEX=1
FILE_SYS_INDEX2=$((COLUMNS-1))
FILE_SYS_INDEX1=$((COLUMNS-2))