We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c83ea commit f59ffbbCopy full SHA for f59ffbb
lib/AST/RequirementMachine/RewriteContext.h
@@ -55,9 +55,6 @@ class RewriteContext final {
55
/// Cache for associated type declarations.
56
llvm::DenseMap<Symbol, AssociatedTypeDecl *> AssocTypes;
57
58
- /// Cache for merged associated type symbols.
59
- llvm::DenseMap<std::pair<Symbol, Symbol>, Symbol> MergedAssocTypes;
60
-
61
/// Requirement machines built from generic signatures.
62
llvm::DenseMap<GenericSignature, RequirementMachine *> Machines;
63
0 commit comments