Skip to content

Commit b62704b

Browse files
authored
Removed duplicate logic for determining the stdlib deployment targets from apply_default_arguments in build-script. (#12428)
1 parent 3d53e7b commit b62704b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

utils/build-script

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -287,13 +287,6 @@ class BuildScriptInvocation(object):
287287
args.build_subdir = \
288288
workspace.compute_build_subdir(args)
289289

290-
# Set the default stdlib-deployment-targets, if none were provided.
291-
if args.stdlib_deployment_targets is None:
292-
stdlib_targets = \
293-
StdlibDeploymentTarget.default_stdlib_deployment_targets()
294-
args.stdlib_deployment_targets = [
295-
target.name for target in stdlib_targets]
296-
297290
# --test-paths implies --test and/or --validation-test
298291
# depending on what directories/files have been specified.
299292
if args.test_paths:

0 commit comments

Comments
 (0)