diff options
Diffstat (limited to '.gitlab-ci/build/compiler-wrapper-clang++.sh')
-rwxr-xr-x | .gitlab-ci/build/compiler-wrapper-clang++.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitlab-ci/build/compiler-wrapper-clang++.sh b/.gitlab-ci/build/compiler-wrapper-clang++.sh deleted file mode 100755 index f9d6a3f1db4..00000000000 --- a/.gitlab-ci/build/compiler-wrapper-clang++.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -# shellcheck disable=SC1091 - -set -e - -_COMPILER=clang++ -. compiler-wrapper.sh |