Skip to content

Commit 9fd37c9

Browse files
committed
[ASTScope] Remove dead declaration
1 parent 6c959af commit 9fd37c9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/swift/AST/ASTScope.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1720,10 +1720,6 @@ class LabeledConditionalStmtScope : public AbstractStmtScope {
17201720
Stmt *getStmt() const override;
17211721
virtual LabeledConditionalStmt *getLabeledConditionalStmt() const = 0;
17221722

1723-
/// If a condition is present, create the martuska.
1724-
/// Return the lookupParent for the use scope.
1725-
ASTScopeImpl *createCondScopes();
1726-
17271723
protected:
17281724
/// Return the lookupParent required to search these.
17291725
ASTScopeImpl *createNestedConditionalClauseScopes(ScopeCreator &,

0 commit comments

Comments
 (0)