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

Skip to content

Commit 103932f

Browse files
committed
C++: Resolve discussed TODO comment.
1 parent 507ada1 commit 103932f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cpp/ql/lib/semmle/code/cpp/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ module SourceSinkInterpretationInput implements
151151
/** Gets the call that this node corresponds to, if any. */
152152
DataFlowCall asCall() {
153153
this.asElement() = result.asCallInstruction().getUnconvertedResultExpression()
154-
// TODO: or summary call?
155-
// ??? this.asNode().(FlowSummaryNode).getSummaryNode() = result.(SummaryCall).getReceiver()
156154
}
157155

158156
/** Gets the callable that this node corresponds to, if any. */

0 commit comments

Comments
 (0)