mirror of
https://github.com/github/codeql.git
synced 2026-02-19 16:33:40 +01:00
Remove outdated comment
This commit is contained in:
@@ -1023,7 +1023,6 @@ module Trees {
|
||||
|
||||
private class RedoStmtTree extends LeafTree, RedoStmt { }
|
||||
|
||||
/** A block that may contain `rescue`/`ensure`. */
|
||||
private class RescueModifierTree extends PreOrderTree, RescueModifierExpr {
|
||||
final override predicate propagatesAbnormal(AstNode child) { child = this.getHandler() }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user