Accept another review suggestion

This commit is contained in:
Owen Mansel-Chan
2024-11-21 15:07:44 +00:00
parent 2da9bfb1a6
commit 3f5886ef7a

View File

@@ -165,9 +165,6 @@ module ControlFlow {
/**
* Gets the most appropriate AST node for this control flow node, if any.
*
* This is needed for the equivalence relation on basic blocks in range
* analysis.
*/
ExprParent getAstNode() {
result = this.asExpr() or