We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb2154 commit 29ae088Copy full SHA for 29ae088
include/swift/AST/DeclContext.h
@@ -408,10 +408,6 @@ class alignas(1 << DeclContextAlignInBits) DeclContext {
408
return false;
409
}
410
411
- /// Compute a context C such that C is a parent context of A and B.
412
- /// If no such context exists, return \c nullptr.
413
- static DeclContext *getCommonParentContext(DeclContext *A, DeclContext *B);
414
-
415
/// Returns the module context that contains this context.
416
ModuleDecl *getParentModule() const;
417
0 commit comments