Module: Mesa
Branch: main
Commit: d73d383ed299c5e4949fc34766019a355927ded5
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=d73d383ed299c5e4949fc34766019a355927ded5

Author: David Heidelberg <[email protected]>
Date:   Thu Mar  2 23:29:49 2023 +0100

ci: deqp-runner: drop already unused function

Signed-off-by: David Heidelberg <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21668>

---

 .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"

Reply via email to