summaryrefslogtreecommitdiff
path: root/.gitlab-ci/build/compiler-wrapper-clang++.sh
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci/build/compiler-wrapper-clang++.sh')
-rwxr-xr-x.gitlab-ci/build/compiler-wrapper-clang++.sh7
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