mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove unused variables.
This commit is contained in:
@@ -661,8 +661,6 @@ ArrayRef<Substitution> BoundGenericType::getSubstitutions(
|
||||
return *known;
|
||||
|
||||
// Compute the set of substitutions.
|
||||
llvm::SmallPtrSet<ArchetypeType *, 8> knownArchetypes;
|
||||
SmallVector<ArchetypeType *, 8> archetypeStack;
|
||||
TypeSubstitutionMap substitutions;
|
||||
auto genericParams = gpContext->getGenericParamsOfContext();
|
||||
unsigned index = 0;
|
||||
|
||||
Reference in New Issue
Block a user