Skip to content

Commit 78e08cf

Browse files
committed
Swift: Remove irrelevant TODO.
1 parent 862de15 commit 78e08cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,6 @@ private module CaptureInput implements VariableCapture::InputSig {
870870

871871
BasicBlock getABasicBlockSuccessor(BasicBlock bb) { result = bb.(B::BasicBlock).getASuccessor() }
872872

873-
//TODO: support capture of `this` in lambdas
874873
class CapturedVariable instanceof S::VarDecl {
875874
CapturedVariable() {
876875
any(S::CapturedDecl capturedDecl).getDecl() = this and

0 commit comments

Comments
 (0)