From d73d383ed299c5e4949fc34766019a355927ded5 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Thu, 2 Mar 2023 23:29:49 +0100 Subject: [PATCH] ci: deqp-runner: drop already unused function Signed-off-by: David Heidelberg Part-of: --- .gitlab-ci/deqp-runner.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitlab-ci/deqp-runner.sh b/.gitlab-ci/deqp-runner.sh index 819039710d7..19d0bc51d21 100755 --- a/.gitlab-ci/deqp-runner.sh +++ b/.gitlab-ci/deqp-runner.sh @@ -129,13 +129,6 @@ report_load() { echo "# of CPU cores: $(cat /proc/cpuinfo | grep processor | wc -l)" } -# wrapper to supress +x to avoid spamming the log -quiet() { - set +x - "$@" - set -x -} - if [ "$GALLIUM_DRIVER" = "virpipe" ]; then # deqp is to use virpipe, and virgl_test_server llvmpipe export GALLIUM_DRIVER="$GALLIUM_DRIVER"