Skip to content

Commit 9854ed4

Browse files
committed
C++: Delete comment.
1 parent 2345907 commit 9854ed4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpp/ql/src/Likely Bugs/Format/NonConstantFormat.ql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ predicate isNonConst(DataFlow::Node node) {
110110
(
111111
// Case 1: It's a known dataflow or taintflow function with flow to the return value
112112
exists(Function func, CallInstruction call |
113-
// NOTE: could use `Call` getAnArgument() instead of `CallInstruction` but requires two
114-
// variables representing the same call in ordoer to use `callOutput` below.
115113
call.getUnconvertedResultExpression() = node.asIndirectExpr() and
116114
func = call.getStaticCallTarget() and
117115
not exists(FunctionOutput output |

0 commit comments

Comments
 (0)