Skip to content

Commit 0fa8706

Browse files
authored
Merge pull request #14534 from rudkx/remove-dead-assignment
Remove dead assignment.
2 parents 2e03eac + 3bb7ed9 commit 0fa8706

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Sema/ConstraintSystem.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1831,8 +1831,6 @@ Type simplifyTypeImpl(ConstraintSystem &cs, Type type, Fn getFixedTypeFn) {
18311831
// through lvalue, inout and IUO types here
18321832
Type lookupBaseType = newBase->getWithoutSpecifierType();
18331833

1834-
auto *module = cs.DC->getParentModule();
1835-
18361834
if (lookupBaseType->mayHaveMembers()) {
18371835
auto subs = lookupBaseType->getContextSubstitutionMap(
18381836
cs.DC->getParentModule(),

0 commit comments

Comments
 (0)