Skip to content

Commit 79f1fbd

Browse files
committed
Remove a long-deprecated build script flag.
1 parent 4f7b21c commit 79f1fbd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build_script.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,6 @@ def main(args=sys.argv[1:]):
343343
"--libdispatch-src-dir",
344344
help="Path to swift-corelibs-libdispatch source tree, which "
345345
"the built XCTest.so will be linked against.")
346-
build_parser.add_argument("--swift-build-dir",
347-
help="deprecated, do not use")
348-
build_parser.add_argument("--arch", help="deprecated, do not use")
349346
build_parser.add_argument(
350347
"--module-install-path",
351348
help="Location at which to install XCTest.swiftmodule and "

0 commit comments

Comments
 (0)