From 59e31baaee4e9559375354f448800d784cf03c85 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Wed, 21 Aug 2024 16:05:55 +0000 Subject: [PATCH] metrics: Remove unused variable in openvino script This PR removes an unused variable in the openvino script for kata metrics. Signed-off-by: Gabriela Cervantes --- tests/metrics/machine_learning/openvino.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/metrics/machine_learning/openvino.sh b/tests/metrics/machine_learning/openvino.sh index f1cd87c991..abb87225a5 100755 --- a/tests/metrics/machine_learning/openvino.sh +++ b/tests/metrics/machine_learning/openvino.sh @@ -62,7 +62,6 @@ EOF } function main() { - local i=0 local cmds=("docker") local RES_DIR="/var/lib/phoronix-test-suite/test-results"