Skip to content

Commit 7766f97

Browse files
committed
JS: Remove obsolete TODO
1 parent 8ac08db commit 7766f97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

javascript/ql/lib/semmle/javascript/dataflow/internal/VariableCapture.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ module VariableCaptureConfig implements InputSig<js::DbLocation> {
114114

115115
class Callable extends js::StmtContainer {
116116
predicate isConstructor() {
117-
// TODO: clarify exactly what the library wants to know here as the meaning of "constructor" varies between languages.
118117
// JS constructors should not be seen as "constructors" in this context.
119118
none()
120119
}

0 commit comments

Comments
 (0)