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 6c959af commit 9fd37c9Copy full SHA for 9fd37c9
include/swift/AST/ASTScope.h
@@ -1720,10 +1720,6 @@ class LabeledConditionalStmtScope : public AbstractStmtScope {
1720
Stmt *getStmt() const override;
1721
virtual LabeledConditionalStmt *getLabeledConditionalStmt() const = 0;
1722
1723
- /// If a condition is present, create the martuska.
1724
- /// Return the lookupParent for the use scope.
1725
- ASTScopeImpl *createCondScopes();
1726
-
1727
protected:
1728
/// Return the lookupParent required to search these.
1729
ASTScopeImpl *createNestedConditionalClauseScopes(ScopeCreator &,
0 commit comments