Swift: Remove similar non-functional case from Swift as well.

This commit is contained in:
Geoffrey White
2024-04-08 14:29:09 +01:00
parent 06d369ba11
commit 31a246b554

View File

@@ -207,10 +207,6 @@ module SourceSinkInterpretationInput implements
ast = mid.asElement() and
e.getMember() = ast
|
// Allow fields to be picked as input nodes.
c = "" and
e.getBase() = n.asExpr()
or
// Allow post update nodes to be picked as input nodes when the `input` column
// of the row is `PostUpdate`.
c = "PostUpdate" and