Skip to content

Commit 4912c35

Browse files
authored
build-script-impl: remove unused LIBXML2_SOURCE_DIR (#61522)
This variable is unused, since `libxml2` is currently build by CMake, not by `build-script-impl`.
1 parent 573c417 commit 4912c35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/build-script-impl

-1
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,6 @@ LIBICU_SOURCE_DIR="${WORKSPACE}/icu"
12461246
LIBCXX_SOURCE_DIR="${WORKSPACE}/llvm-project/runtimes"
12471247
EXPERIMENTAL_STRING_PROCESSING_SOURCE_DIR="${WORKSPACE}/swift-experimental-string-processing"
12481248
SWIFTSYNTAX_SOURCE_DIR="${WORKSPACE}/swift-syntax"
1249-
LIBXML2_SOURCE_DIR="${WORKSPACE}/libxml2"
12501249
SWIFT_SYNTAX_SOURCE_DIR="${WORKSPACE}/swift-syntax"
12511250

12521251
# We cannot currently apply the normal rules of skipping here for LLVM. Even if

0 commit comments

Comments
 (0)