mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Swift: Remove irrelevant TODO.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user