C++: Make QL-for-QL happy.

This commit is contained in:
Mathias Vorreiter Pedersen
2022-10-28 12:35:52 +02:00
parent fafc0b5575
commit 2098489bb0

View File

@@ -855,8 +855,6 @@ private class IndirectOperandIndirectExprNode extends IndirectExprNodeBase, Indi
this.getIndirectionIndex() = index and
result = this.getConvertedExpr(index).getUnconverted()
}
final override string toStringImpl() { result = super.toStringImpl() }
}
private class IndirectInstructionIndirectExprNode extends IndirectExprNodeBase, IndirectInstruction {
@@ -871,8 +869,6 @@ private class IndirectInstructionIndirectExprNode extends IndirectExprNodeBase,
this.getIndirectionIndex() = index and
result = this.getConvertedExpr(index).getUnconverted()
}
final override string toStringImpl() { result = super.toStringImpl() }
}
private class IndirectArgumentOutExprNode extends ExprNodeBase, IndirectArgumentOutNode {