Skip to content

Commit 49da113

Browse files
committed
Swift: Delete unwanted TODO comment.
1 parent e120e84 commit 49da113

File tree

1 file changed

+1
-1
lines changed
  • swift/ql/lib/codeql/swift/dataflow

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/dataflow/Ssa.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ module Ssa {
185185
cached
186186
predicate assigns(CfgNode value) {
187187
exists(
188-
AssignExpr a, SsaInput::BasicBlock bb, int i // TODO: use CFG node for assignment expr
188+
AssignExpr a, SsaInput::BasicBlock bb, int i
189189
|
190190
this.definesAt(_, bb, i) and
191191
a = bb.getNode(i).getNode().asAstNode() and

0 commit comments

Comments
 (0)