From fa7d0df6098982046330be76500dcbb034e464f9 Mon Sep 17 00:00:00 2001 From: thiblizz <101073848+thiblizz@users.noreply.github.com> Date: Sat, 21 Oct 2023 16:45:24 +0200 Subject: [PATCH] fix: unused variable --- scripts/functions.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/functions.sh b/scripts/functions.sh index a760b40..dbb5373 100644 --- a/scripts/functions.sh +++ b/scripts/functions.sh @@ -276,7 +276,6 @@ function disk_create_raid() { local devices_desc="" local devices=() - local extra_args=() local id local dev # Splitting is intentional here