Swift: Remove irrelevant TODO.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-10-25 13:55:07 +01:00
parent 862de152a1
commit 78e08cf63c

View File

@@ -870,7 +870,6 @@ private module CaptureInput implements VariableCapture::InputSig {
BasicBlock getABasicBlockSuccessor(BasicBlock bb) { result = bb.(B::BasicBlock).getASuccessor() }
//TODO: support capture of `this` in lambdas
class CapturedVariable instanceof S::VarDecl {
CapturedVariable() {
any(S::CapturedDecl capturedDecl).getDecl() = this and