mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
JS: Remove unimportant TODO
This commit is contained in:
@@ -1401,7 +1401,7 @@ predicate readStep(Node node1, ContentSet c, Node node2) {
|
||||
// shift known array indices
|
||||
c.asSingleton().asArrayIndex() = content.asArrayIndex() + restIndex
|
||||
or
|
||||
content.isUnknownArrayElement() and // TODO: don't read unknown array elements from static array
|
||||
content.isUnknownArrayElement() and
|
||||
c = ContentSet::arrayElementUnknown()
|
||||
)
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user