mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
use new noncopyable types infrastructure
The infrastructure underpinning the new feature NoncopyableGenerics is mature enough to be used.
This commit is contained in:
@@ -182,7 +182,6 @@ protected:
|
||||
ModuleLoadingBehavior transitiveBehavior,
|
||||
bool isFramework,
|
||||
bool isRequiredOSSAModules,
|
||||
bool isRequiredNoncopyableGenerics,
|
||||
StringRef SDKName,
|
||||
StringRef packageName,
|
||||
llvm::vfs::FileSystem *fileSystem,
|
||||
@@ -212,7 +211,6 @@ public:
|
||||
bool isFramework);
|
||||
|
||||
bool isRequiredOSSAModules() const;
|
||||
bool isRequiredNoncopyableGenerics() const;
|
||||
|
||||
/// Check whether the module with a given name can be imported without
|
||||
/// importing it.
|
||||
|
||||
Reference in New Issue
Block a user