Skip to content

Commit e6f2990

Browse files
committed
[TypeChecker] Remove deprecated implicit copy assignment operator found via -Wdeprecated-copy
1 parent 7dc4062 commit e6f2990

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Sema/LookupVisibleDecls.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ struct LookupState {
7070
IncludeDerivedRequirements(0), IncludeProtocolExtensionMembers(0) {}
7171

7272
public:
73-
LookupState(const LookupState &) = default;
74-
7573
static LookupState makeQualified() {
7674
LookupState Result;
7775
Result.IsQualified = 1;

0 commit comments

Comments
 (0)