Skip to content

Commit 42e8ec3

Browse files
authored
Merge pull request #11030 from MathiasVP/fix-ql-for-ql-errors
C++: Fix QL-for-QL in #10817
2 parents fafc0b5 + 2098489 commit 42e8ec3

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -855,8 +855,6 @@ private class IndirectOperandIndirectExprNode extends IndirectExprNodeBase, Indi
855855
this.getIndirectionIndex() = index and
856856
result = this.getConvertedExpr(index).getUnconverted()
857857
}
858-
859-
final override string toStringImpl() { result = super.toStringImpl() }
860858
}
861859

862860
private class IndirectInstructionIndirectExprNode extends IndirectExprNodeBase, IndirectInstruction {
@@ -871,8 +869,6 @@ private class IndirectInstructionIndirectExprNode extends IndirectExprNodeBase,
871869
this.getIndirectionIndex() = index and
872870
result = this.getConvertedExpr(index).getUnconverted()
873871
}
874-
875-
final override string toStringImpl() { result = super.toStringImpl() }
876872
}
877873

878874
private class IndirectArgumentOutExprNode extends ExprNodeBase, IndirectArgumentOutNode {

0 commit comments

Comments
 (0)