From 2098489bb044c0f215b8bb498e4c3289084e80c2 Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Fri, 28 Oct 2022 12:35:52 +0200 Subject: [PATCH] C++: Make QL-for-QL happy. --- .../lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll b/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll index 6c1055c07be..6c6257ca56e 100644 --- a/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll +++ b/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll @@ -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 {