Merge pull request #6226 from rudkx/cs-typemap

This commit is contained in:
swift-ci
2016-12-12 10:54:41 -08:00
committed by GitHub

View File

@@ -2083,7 +2083,6 @@ namespace {
// Create a tuple containing all of the segments.
SmallVector<Expr *, 4> segments;
SmallVector<TupleTypeElt, 4> typeElements;
SmallVector<Identifier, 4> names;
unsigned index = 0;
ConstraintLocatorBuilder locatorBuilder(cs.getConstraintLocator(expr));