File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -1065,7 +1065,6 @@ class AbstractPatternEntryScope : public ASTScopeImpl {
10651065 ScopeCreator &scopeCreator, function_ref<void (VarDecl *)> foundOne) const ;
10661066
10671067public:
1068- bool isLastEntry () const ;
10691068 NullablePtr<Decl> getDeclIfAny () const override { return decl; }
10701069 Decl *getDecl () const { return decl; }
10711070};
Original file line number Diff line number Diff line change @@ -1440,10 +1440,6 @@ void AbstractPatternEntryScope::forEachVarDeclWithLocalizableAccessors(
14401440 });
14411441}
14421442
1443- bool AbstractPatternEntryScope::isLastEntry () const {
1444- return patternEntryIndex + 1 == decl->getPatternList ().size ();
1445- }
1446-
14471443// Following must be after uses to ensure templates get instantiated
14481444#pragma mark getEnclosingAbstractStorageDecl
14491445
You can’t perform that action at this time.
0 commit comments