mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Sema: Remove Solution::PackElementGenericEnvironments
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user