Skip to content

Commit 3f5886e

Browse files
committed
Accept another review suggestion
1 parent 2da9bfb commit 3f5886e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

java/ql/lib/semmle/code/java/ControlFlowGraph.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,6 @@ module ControlFlow {
165165

166166
/**
167167
* Gets the most appropriate AST node for this control flow node, if any.
168-
*
169-
* This is needed for the equivalence relation on basic blocks in range
170-
* analysis.
171168
*/
172169
ExprParent getAstNode() {
173170
result = this.asExpr() or

0 commit comments

Comments
 (0)