File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -6941,8 +6941,7 @@ Optional<GenericParamList *> SwiftDeclConverter::importObjCGenericParams(
6941
6941
6942
6942
void SwiftDeclConverter::importMirroredProtocolMembers (
6943
6943
const clang::ObjCContainerDecl *decl, DeclContext *dc,
6944
- ArrayRef<ProtocolDecl *> protocols, SmallVectorImpl<Decl *> &members,
6945
- ASTContext &Ctx) {
6944
+ ArrayRef<ProtocolDecl *> protocols, SmallVectorImpl<Decl *> &members) {
6946
6945
assert (dc);
6947
6946
const clang::ObjCInterfaceDecl *interfaceDecl = nullptr ;
6948
6947
const ClangModuleUnit *declModule;
@@ -8703,8 +8702,7 @@ void ClangImporter::Implementation::collectMembersToAdd(
8703
8702
// Import mirrored declarations for protocols to which this category
8704
8703
// or extension conforms.
8705
8704
// FIXME: This is supposed to be a short-term hack.
8706
- converter.importMirroredProtocolMembers (objcContainer, DC,
8707
- protos, members, SwiftContext);
8705
+ converter.importMirroredProtocolMembers (objcContainer, DC, protos, members);
8708
8706
}
8709
8707
8710
8708
void ClangImporter::Implementation::loadAllConformances (
You can’t perform that action at this time.
0 commit comments