Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2022-11-12 20:57:16 +0300
committerLouis Dionne <ldionne.2@gmail.com>2022-11-12 21:10:10 +0300
commit1651d8303ddf9ce89bd99ba00f9e991a60e010ac (patch)
tree097142c8c9736380b0177d3eb770e564b7c9c944
parentcd3cced8aa36d4773f48920fd2c04043b8d7e010 (diff)
[libc++] Remove unused variable in buildkite pipeline generation
-rwxr-xr-xlibcxx/utils/ci/buildkite-pipeline-snapshot.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/utils/ci/buildkite-pipeline-snapshot.sh b/libcxx/utils/ci/buildkite-pipeline-snapshot.sh
index b48aad791c78..7da92a4a2fb0 100755
--- a/libcxx/utils/ci/buildkite-pipeline-snapshot.sh
+++ b/libcxx/utils/ci/buildkite-pipeline-snapshot.sh
@@ -14,7 +14,6 @@
# Invoked by CI on full builds.
#
-DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cat <<EOF
steps:
- trigger: "libcxx-ci"