mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Importer: remove ImportAsMember support
This functionality is not actively in use and the last usage of this has been removed. Remove the infrastructure that is no longer in need.
This commit is contained in:
@@ -328,8 +328,6 @@ def main():
|
||||
|
||||
# Determine the set of extra arguments we'll use.
|
||||
extra_args = ['-skip-imports']
|
||||
if args.enable_infer_import_as_member:
|
||||
extra_args = extra_args + ['-enable-infer-import-as-member']
|
||||
if args.enable_experimental_concurrency:
|
||||
extra_args = extra_args + ['-enable-experimental-concurrency']
|
||||
if args.swift_version:
|
||||
|
||||
Reference in New Issue
Block a user