Skip to content

Commit ab15bef

Browse files
committed
[TypeChecker] NFC: Remove unused reference to constraint system
1 parent 1bb2905 commit ab15bef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Sema/TypeCheckCodeCompletion.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,6 @@ void KeyPathTypeCheckCompletionCallback::sawSolution(
13231323
assert(ComponentIndex < KeyPath->getComponents().size() &&
13241324
"Didn't find a code compleiton component?");
13251325

1326-
auto &CS = S.getConstraintSystem();
13271326
Type BaseType;
13281327
if (ComponentIndex == 0) {
13291328
// We are completing on the root and need to extract the key path's root

0 commit comments

Comments
 (0)