summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ci/before_install.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/before_install.sh b/ci/before_install.sh
index d5edde94..2e66ae4e 100644
--- a/ci/before_install.sh
+++ b/ci/before_install.sh
@@ -49,8 +49,6 @@ function llvm_download() {
export LLVM=clang+llvm-${LLVM_VERSION_TRIPLE}-$arch
export LLVM_DIRECTORY="$HOME/.llvm/${LLVM}"
- local base_url
-
if [ -d "${LLVM_DIRECTORY}" ]; then
echo "Using cached LLVM download for ${LLVM}..."
else