C++: Delete comment.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-03-11 18:54:53 +00:00
parent 2345907a52
commit 9854ed4b89

View File

@@ -110,8 +110,6 @@ predicate isNonConst(DataFlow::Node node) {
(
// Case 1: It's a known dataflow or taintflow function with flow to the return value
exists(Function func, CallInstruction call |
// NOTE: could use `Call` getAnArgument() instead of `CallInstruction` but requires two
// variables representing the same call in ordoer to use `callOutput` below.
call.getUnconvertedResultExpression() = node.asIndirectExpr() and
func = call.getStaticCallTarget() and
not exists(FunctionOutput output |