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 68ae5c5704c..1aafe6ff138 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 @@ -390,12 +390,6 @@ private class Node0 extends Node, TNode0 { override DataFlowType getType() { result = node.getType() } - override string toStringImpl() { - // This predicate is overridden in subclasses. This default implementation - // does not use `Instruction.toString` because that's expensive to compute. - result = node.toStringImpl() - } - override predicate isGLValue() { node.isGLValue() } }