C++: Resolve discussed TODO comment.

This commit is contained in:
Geoffrey White
2024-03-27 16:44:40 +00:00
parent 507ada1951
commit 103932fec8

View File

@@ -151,8 +151,6 @@ module SourceSinkInterpretationInput implements
/** Gets the call that this node corresponds to, if any. */
DataFlowCall asCall() {
this.asElement() = result.asCallInstruction().getUnconvertedResultExpression()
// TODO: or summary call?
// ??? this.asNode().(FlowSummaryNode).getSummaryNode() = result.(SummaryCall).getReceiver()
}
/** Gets the callable that this node corresponds to, if any. */