[libcxx-commits] [libcxx] 1651d83 - [libc++] Remove unused variable in buildkite pipeline generation

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Sat Nov 12 10:10:18 PST 2022


Author: Louis Dionne
Date: 2022-11-12T08:10:10-10:00
New Revision: 1651d8303ddf9ce89bd99ba00f9e991a60e010ac

URL: https://github.com/llvm/llvm-project/commit/1651d8303ddf9ce89bd99ba00f9e991a60e010ac
DIFF: https://github.com/llvm/llvm-project/commit/1651d8303ddf9ce89bd99ba00f9e991a60e010ac.diff

LOG: [libc++] Remove unused variable in buildkite pipeline generation

Added: 
    

Modified: 
    libcxx/utils/ci/buildkite-pipeline-snapshot.sh

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/buildkite-pipeline-snapshot.sh b/libcxx/utils/ci/buildkite-pipeline-snapshot.sh
index b48aad791c78a..7da92a4a2fb02 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"


        


More information about the libcxx-commits mailing list