Remove unused variables.

This commit is contained in:
practicalswift
2016-01-20 16:46:31 +01:00
parent 2dcad44ff1
commit 6d0eee9b8c
13 changed files with 1 additions and 21 deletions

View File

@@ -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!");