File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -3919,10 +3919,6 @@ class AssociatedTypeDecl : public TypeDecl {
3919
3919
TypeDecl::getOverriddenDecl ());
3920
3920
}
3921
3921
3922
- // / Determine whether this type has ~<target>` stated as
3923
- // / one of its inherited types.
3924
- InverseMarking::Mark hasInverseMarking (InvertibleProtocolKind target) const ;
3925
-
3926
3922
// / Retrieve the set of associated types overridden by this associated
3927
3923
// / type.
3928
3924
llvm::TinyPtrVector<AssociatedTypeDecl *> getOverriddenDecls () const ;
Original file line number Diff line number Diff line change @@ -6656,16 +6656,6 @@ findInverseInInheritance(InheritedTypes inherited,
6656
6656
return inverse;
6657
6657
}
6658
6658
6659
- InverseMarking::Mark
6660
- AssociatedTypeDecl::hasInverseMarking (InvertibleProtocolKind target) const {
6661
- auto &ctx = getASTContext ();
6662
-
6663
- if (!ctx.LangOpts .hasFeature (Feature::NoncopyableGenerics))
6664
- return InverseMarking::Mark ();
6665
-
6666
- return findInverseInInheritance (getInherited (), target);
6667
- }
6668
-
6669
6659
InverseMarking::Mark
6670
6660
NominalTypeDecl::hasInverseMarking (InvertibleProtocolKind target) const {
6671
6661
switch (target) {
You can’t perform that action at this time.
0 commit comments