C++: Remove debugging conjunct.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-03-26 17:01:06 +00:00
parent 6a8c592900
commit 3bfaab9182

View File

@@ -41,7 +41,6 @@ predicate localAdditionalTaintStep(DataFlow::Node nodeFrom, DataFlow::Node nodeT
or
// object->field conflation for content that is a `TaintInheritingContent`.
exists(DataFlow::ContentSet f |
nodeFrom.getEnclosingCallable().hasName("test_TaintInheritingContent") and
readStep(nodeFrom, f, nodeTo) and
f.getAReadContent() instanceof TaintInheritingContent
)