mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove the tables that track the types that conform to "known" protocols.
The type checker no longer needs them. Swift SVN r22137
This commit is contained in:
@@ -110,10 +110,6 @@ public:
|
||||
virtual void loadExtensions(NominalTypeDecl *nominal,
|
||||
unsigned previousGeneration) override;
|
||||
|
||||
virtual void loadDeclsConformingTo(KnownProtocolKind kind,
|
||||
unsigned previousGeneration) override;
|
||||
|
||||
|
||||
/// Returns true if the data looks like it contains a serialized AST.
|
||||
static bool isSerializedAST(StringRef data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user