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 {
1065
1065
ScopeCreator &scopeCreator, function_ref<void (VarDecl *)> foundOne) const ;
1066
1066
1067
1067
public:
1068
- bool isLastEntry () const ;
1069
1068
NullablePtr<Decl> getDeclIfAny () const override { return decl; }
1070
1069
Decl *getDecl () const { return decl; }
1071
1070
};
Original file line number Diff line number Diff line change @@ -1440,10 +1440,6 @@ void AbstractPatternEntryScope::forEachVarDeclWithLocalizableAccessors(
1440
1440
});
1441
1441
}
1442
1442
1443
- bool AbstractPatternEntryScope::isLastEntry () const {
1444
- return patternEntryIndex + 1 == decl->getPatternList ().size ();
1445
- }
1446
-
1447
1443
// Following must be after uses to ensure templates get instantiated
1448
1444
#pragma mark getEnclosingAbstractStorageDecl
1449
1445
You can’t perform that action at this time.
0 commit comments