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:
@@ -449,7 +449,6 @@ collectIndicesFromParameters(SILGenFunction &gen, SILLocation loc,
|
||||
|
||||
// Translate and reabstract the index values by recursively walking
|
||||
// the abstracted index type.
|
||||
SmallVector<ManagedValue, 4> translatedIndices;
|
||||
translateIndices(gen, loc, pattern, substIndicesType,
|
||||
sourceIndices, result);
|
||||
assert(sourceIndices.empty() && "index value not claimed!");
|
||||
|
||||
Reference in New Issue
Block a user