Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2098489

Browse files
committed
C++: Make QL-for-QL happy.
1 parent fafc0b5 commit 2098489

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)