File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -847,10 +847,6 @@ class PureFunctionBodyScope final : public AbstractFunctionBodyScope {
847
847
std::string getClassName () const override ;
848
848
bool lookupLocalBindings (Optional<bool >,
849
849
DeclConsumer consumer) const override ;
850
-
851
- protected:
852
- NullablePtr<DeclContext>
853
- computeSelfDCForParent (NullablePtr<DeclContext>) const override ;
854
850
};
855
851
856
852
class DefaultArgumentInitializerScope final : public ASTScopeImpl {
Original file line number Diff line number Diff line change @@ -597,10 +597,6 @@ MethodBodyScope::computeSelfDCForParent(NullablePtr<DeclContext> selfDC) const {
597
597
assert (!selfDC && " Losing selfDC" );
598
598
return decl;
599
599
}
600
- NullablePtr<DeclContext> PureFunctionBodyScope::computeSelfDCForParent (
601
- NullablePtr<DeclContext> selfDC) const {
602
- return selfDC;
603
- }
604
600
605
601
#pragma mark ifUnknownIsCascadingUseAccordingTo
606
602
You can’t perform that action at this time.
0 commit comments