diff --git a/java/ql/lib/semmle/code/java/ControlFlowGraph.qll b/java/ql/lib/semmle/code/java/ControlFlowGraph.qll index f1894441c890c..e6ba8485eeee5 100644 --- a/java/ql/lib/semmle/code/java/ControlFlowGraph.qll +++ b/java/ql/lib/semmle/code/java/ControlFlowGraph.qll @@ -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