Skip to content

Commit 3bfaab9

Browse files
committed
C++: Remove debugging conjunct.
1 parent 6a8c592 commit 3bfaab9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/TaintTrackingUtil.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ predicate localAdditionalTaintStep(DataFlow::Node nodeFrom, DataFlow::Node nodeT
4141
or
4242
// object->field conflation for content that is a `TaintInheritingContent`.
4343
exists(DataFlow::ContentSet f |
44-
nodeFrom.getEnclosingCallable().hasName("test_TaintInheritingContent") and
4544
readStep(nodeFrom, f, nodeTo) and
4645
f.getAReadContent() instanceof TaintInheritingContent
4746
)

0 commit comments

Comments
 (0)