mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/master' into master-next
This commit is contained in:
@@ -2247,9 +2247,6 @@ OperatorDecl *ModuleFile::lookupOperator(Identifier name,
|
||||
if (getStableFixity(fixity) == item.first)
|
||||
return cast<OperatorDecl>(getDecl(item.second));
|
||||
}
|
||||
|
||||
// FIXME: operators re-exported from other modules?
|
||||
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user