Skip to content

Commit 31a246b

Browse files
committed
Swift: Remove similar non-functional case from Swift as well.
1 parent 06d369b commit 31a246b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

swift/ql/lib/codeql/swift/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,6 @@ module SourceSinkInterpretationInput implements
207207
ast = mid.asElement() and
208208
e.getMember() = ast
209209
|
210-
// Allow fields to be picked as input nodes.
211-
c = "" and
212-
e.getBase() = n.asExpr()
213-
or
214210
// Allow post update nodes to be picked as input nodes when the `input` column
215211
// of the row is `PostUpdate`.
216212
c = "PostUpdate" and

0 commit comments

Comments
 (0)