diff options
author | Darren Kulp <darren@kulp.ch> | 2020-08-02 14:09:33 -0700 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2020-08-03 17:57:55 +0200 |
commit | 1f1766de4354bd8e4c7ff810e3abd6ceddb28b6b (patch) | |
tree | 007b2ae5ca88c0640c876ff8c0f6f9769184de57 | |
parent | 5a638c0a11500e1e38fc9ab6dd4f5dab6681b4d4 (diff) |
ci: Remove extraneous variable declaration
-rw-r--r-- | ci/before_install.sh | 2 |
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 |