Skip to content

Commit 44e1ff7

Browse files
committed
Merge pull request #121 from briancroom/remove-deprecated-flag
Remove deprecated build script flags.
2 parents b832308 + 79f1fbd commit 44e1ff7

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
@@ -346,9 +346,6 @@ def main(args=sys.argv[1:]):
346346
"--libdispatch-src-dir",
347347
help="Path to swift-corelibs-libdispatch source tree, which "
348348
"the built XCTest.so will be linked against.")
349-
build_parser.add_argument("--swift-build-dir",
350-
help="deprecated, do not use")
351-
build_parser.add_argument("--arch", help="deprecated, do not use")
352349
build_parser.add_argument(
353350
"--module-install-path",
354351
help="Location at which to install XCTest.swiftmodule and "

0 commit comments

Comments
 (0)