Sema: Remove Solution::PackElementGenericEnvironments

This commit is contained in:
Slava Pestov
2024-10-01 15:14:58 -04:00
parent 0518b762d1
commit fcd6bc04fd
4 changed files with 1 additions and 22 deletions

View File

@@ -1549,10 +1549,6 @@ public:
llvm::DenseMap<PackElementExpr *, PackExpansionExpr *>
PackEnvironments;
/// The outer pack element generic environment to use when dealing with nested
/// pack iteration (see \c getPackElementEnvironment).
llvm::SmallVector<GenericEnvironment *> PackElementGenericEnvironments;
/// The locators of \c Defaultable constraints whose defaults were used.
llvm::DenseSet<ConstraintLocator *> DefaultedConstraints;
@@ -2883,9 +2879,6 @@ public:
/// FIXME: Remove this.
unsigned numFixes;
/// The length of \c PackElementGenericEnvironments.
unsigned numPackElementGenericEnvironments;
/// The length of \c DefaultedConstraints.
unsigned numDefaultedConstraints;